Skip to content

Commit 3d943e1

Browse files
committed
test: update assertion
1 parent b2de958 commit 3d943e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Commands/Utilities/Routes/FilterFinderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function testFindGlobalsAndRouteMultipleFilters(): void
183183

184184
$expected = [
185185
'before' => ['csrf', 'honeypot', InvalidChars::class],
186-
'after' => ['honeypot', InvalidChars::class, 'toolbar'],
186+
'after' => [InvalidChars::class, 'honeypot', 'toolbar'],
187187
];
188188
$this->assertSame($expected, $filters);
189189
}

0 commit comments

Comments
 (0)