Skip to content

Commit

Permalink
return error to see why the test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 10, 2024
1 parent 03c9ae4 commit 13c0e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testServerRespond()
))
->match(
static fn($success) => $success->response(),
static fn() => null,
static fn($error) => $error,
);

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

0 comments on commit 13c0e0f

Please sign in to comment.