Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 13bdf98

Browse files
committed
Fix tests
1 parent 1e10df9 commit 13bdf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CompassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function testCanExecuteCommand()
6666
'command' => 'make:model',
6767
'args' => 'TestModel',
6868
]);
69-
$this->assertStringContainsString('Model created successfully.', $response->response->content());
69+
$this->assertStringContainsString('created successfully.', $response->response->content());
7070
}
7171

7272
public function testCannotExecuteUnknownCommand()

0 commit comments

Comments
 (0)