Skip to content

Commit

Permalink
Fix HealthTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Sep 30, 2021
1 parent e60f3e6 commit 03741d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/HealthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function test_it_returns_json()
->has('result', fn (AssertableJson $json) => $json
->hasAll('value', 'message', 'state', 'order')
)
->etc()
)
);
}
Expand Down

0 comments on commit 03741d0

Please sign in to comment.