From e9e5d61330896bac83a9cad854c724d3c7896f5b Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Tue, 17 Dec 2019 20:42:00 +0300 Subject: [PATCH] (Fix) Test --- tests/Feature/InspiringCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }