Skip to content

Commit ff70fac

Browse files
committed
Fix test.
1 parent c309b4f commit ff70fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ class ExampleTest extends TestCase
1414
public function testBasicExample()
1515
{
1616
$this->visit('/')
17-
->see('Laravel 5');
17+
->see('Laravel');
1818
}
1919
}

0 commit comments

Comments
 (0)