diff --git a/tests/Feature/InspiringCommandTest.php b/tests/Feature/InspiringCommandTest.php index 1854bed..e16195f 100644 --- a/tests/Feature/InspiringCommandTest.php +++ b/tests/Feature/InspiringCommandTest.php @@ -14,7 +14,7 @@ class InspiringCommandTest extends TestCase public function testInspiringCommand() { $this->artisan('about') - ->expectsOutput('Simplicity is the ultimate sophistication.') + ->expectsOutput('Backup manager for backing up Docker Containers to Mega.nz.') ->assertExitCode(0); } }