Browse Source

Fix test.

Taylor Otwell 7 years ago
parent
commit
ff70fac5b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/ExampleTest.php

+ 1 - 1
tests/ExampleTest.php

@@ -14,6 +14,6 @@ class ExampleTest extends TestCase
     public function testBasicExample()
     {
         $this->visit('/')
-             ->see('Laravel 5');
+             ->see('Laravel');
     }
 }