Skip to content

Commit

Permalink
display the failure reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Sep 23, 2023
1 parent efad5a9 commit 4f35df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTest.php
Expand Up @@ -61,7 +61,7 @@ public function testServerRespond()
))
->match(
static fn($success) => $success->response(),
static fn($error) => $error,
static fn($error) => $error->reason(),
);

$this->assertInstanceOf(Response::class, $response);
Expand Down

0 comments on commit 4f35df8

Please sign in to comment.