Skip to content

Commit

Permalink
test: update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 22, 2023
1 parent 217ff07 commit 22fd8fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function testFindGlobalsAndRouteMultipleFilters(): void

$expected = [
'before' => ['csrf', 'honeypot', InvalidChars::class],
'after' => ['honeypot', InvalidChars::class, 'toolbar'],
'after' => [InvalidChars::class, 'honeypot', 'toolbar'],
];
$this->assertSame($expected, $filters);
}
Expand Down

0 comments on commit 22fd8fe

Please sign in to comment.