Skip to content

Commit 3e8fd00

Browse files
DenTrayCopilot
andauthored
Update tests/InitCommandTest.php
Co-authored-by: Copilot <[email protected]>
1 parent 5c3130b commit 3e8fd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/InitCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,6 @@ public function testDefaultAdminsCredentials(): void
946946
$createAdminMethod = new ReflectionMethod(InitCommand::class, 'createAdminUser');
947947
$credentials = $createAdminMethod->invokeArgs($commandMock, ['my-app']);
948948

949-
$this->assertEquals($credentials['name'], 'Admin');
949+
$this->assertEquals('Admin', $credentials['name']);
950950
}
951951
}

0 commit comments

Comments
 (0)