Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emptynick committed Oct 20, 2022
1 parent 1e10df9 commit 13bdf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CompassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function testCanExecuteCommand()
'command' => 'make:model',
'args' => 'TestModel',
]);
$this->assertStringContainsString('Model created successfully.', $response->response->content());
$this->assertStringContainsString('created successfully.', $response->response->content());
}

public function testCannotExecuteUnknownCommand()
Expand Down

0 comments on commit 13bdf98

Please sign in to comment.