Skip to content

Commit f807b33

Browse files
committed
chore: fix test
1 parent bbc0212 commit f807b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Unit/Helper/TrailingSlashHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function urlDataProviderForRemoveTrailingSlash(): array
6363
{
6464
return [
6565
['', ''],
66-
['/', ''],
66+
['/', '/'],
6767
['/foo/', '/foo'],
6868
['/foo/bar/', '/foo/bar'],
6969
['https://test.de', 'https://test.de'],

0 commit comments

Comments
 (0)