diff --git a/tests/ExampleGenerationCommand/User/UserCreateTest.php b/tests/ExampleGenerationCommand/User/UserCreateTest.php index a54dd988..53e86d73 100644 --- a/tests/ExampleGenerationCommand/User/UserCreateTest.php +++ b/tests/ExampleGenerationCommand/User/UserCreateTest.php @@ -28,7 +28,7 @@ public function testUserCreate(): void 'docs/commands/assets/user-create.html', $commandOutput, [ - "Created user with email 'command-test@localhost.dev' successfully, UUID is", + "Created user with email", ] ); }