Skip to content

Commit 4f87dbc

Browse files
committed
Delete assertion on trailing slash generator test
1 parent 8f79d50 commit 4f87dbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/TrailingSlashUrlGeneratorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class TrailingSlashUrlGeneratorTest extends TestCase
77
/** @test */
88
public function url_ends_with_trailing_slash()
99
{
10-
$this->assertTrue(substr(url('profile'), -1) === '/');
1110
$this->assertStringEndsWith('/', url('profile'));
1211
}
1312

0 commit comments

Comments
 (0)