Skip to content

Commit f7c46dd

Browse files
committed
test: update FiltersTest assertion
1 parent 492425a commit f7c46dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Filters/FiltersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,8 +1097,8 @@ public function testMatchesURIWithUnicode(): void
10971097
'frak',
10981098
],
10991099
'after' => [
1100-
'baz',
11011100
'frak',
1101+
'baz',
11021102
],
11031103
];
11041104
$this->assertSame($expected, $filters->initialize($uri)->getFilters());

0 commit comments

Comments
 (0)