Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbaturin committed Oct 28, 2024
1 parent 97b76e3 commit 48fec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Middleware/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function testImmutability(): void
{
$original = $this->createRouterMiddleware();

$this->assertNotSame($original, $original->ignoreMethodFailureHandle());
$this->assertNotSame($original, $original->ignoreMethodFailureHandler());
$this->assertNotSame($original, $original->withNotAllowedResponseFactory($this->createNotAllowedResponseFactory()));
$this->assertNotSame($original, $original->withOptionsResponseFactory($this->createOptionsResponseFactory()));
}
Expand Down

0 comments on commit 48fec84

Please sign in to comment.