mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-13 14:14:29 +08:00
fix(tests): 修正配置加载器参数名称断言
- 将断言中的参数名从 "ConfigureLoader" 更新为 "options" - 确保测试用例与实际实现保持一致
This commit is contained in:
parent
bba589a853
commit
cd32a006c6
@ -124,7 +124,7 @@ public class GameConfigBootstrapTests
|
|||||||
RootPath = _rootPath
|
RootPath = _rootPath
|
||||||
}));
|
}));
|
||||||
|
|
||||||
Assert.That(exception!.ParamName, Is.EqualTo("ConfigureLoader"));
|
Assert.That(exception!.ParamName, Is.EqualTo("options"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user