diff --git a/tests/CompassTest.php b/tests/CompassTest.php index 2036f5a750..d9931b58e3 100644 --- a/tests/CompassTest.php +++ b/tests/CompassTest.php @@ -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()