diff --git a/tests/Commands/SceneCommands/SceneConfigResetCommandTest.php b/tests/Commands/SceneCommands/SceneConfigResetCommandTest.php index b552957..4664c16 100644 --- a/tests/Commands/SceneCommands/SceneConfigResetCommandTest.php +++ b/tests/Commands/SceneCommands/SceneConfigResetCommandTest.php @@ -41,7 +41,7 @@ public function testIfCommandEmitsEvent() $eventManager->expects($this->once()) ->method('publish') ->with( - $this->equalTo("h/lotgd/core/cli/character-config-reset/{$path}"), + $this->equalTo("h/lotgd/core/cli/scene-config-reset/{$path}"), $this->callback(function (EventContextData $eventContextData) use ($scene, $sceneTitle, $setting) { $pass = 1; diff --git a/tests/Commands/SceneCommands/SceneConfigSetCommandTest.php b/tests/Commands/SceneCommands/SceneConfigSetCommandTest.php index 5c3856b..24fcf02 100644 --- a/tests/Commands/SceneCommands/SceneConfigSetCommandTest.php +++ b/tests/Commands/SceneCommands/SceneConfigSetCommandTest.php @@ -41,7 +41,7 @@ public function testIfCommandEmitsEvent() $eventManager->expects($this->once()) ->method('publish') ->with( - $this->equalTo("h/lotgd/core/cli/character-config-set/{$path}"), + $this->equalTo("h/lotgd/core/cli/scene-config-set/{$path}"), $this->callback(function (EventContextData $eventContextData) use ($character, $displayName, $setting, $value) { $pass = 1;