diff --git a/GFramework.Game.Tests/Config/GameConfigBootstrapTests.cs b/GFramework.Game.Tests/Config/GameConfigBootstrapTests.cs index 56b00149..c6f28484 100644 --- a/GFramework.Game.Tests/Config/GameConfigBootstrapTests.cs +++ b/GFramework.Game.Tests/Config/GameConfigBootstrapTests.cs @@ -124,7 +124,7 @@ public class GameConfigBootstrapTests RootPath = _rootPath })); - Assert.That(exception!.ParamName, Is.EqualTo("ConfigureLoader")); + Assert.That(exception!.ParamName, Is.EqualTo("options")); } ///