From 27434f8e42a009acd9858c97cd830f7d552ee250 Mon Sep 17 00:00:00 2001 From: Syndesi Date: Thu, 5 Oct 2023 10:39:33 +0200 Subject: [PATCH] Fix feature test. --- tests/ExampleGenerationCommand/User/UserCreateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] ); }