Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdrakedennis authored and github-actions[bot] committed Mar 31, 2023
1 parent b2c025b commit 34c3b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/CheckoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
expect($response->json())->toHaveKey('price', 12.34);
});


it('successfully creates a checkout request with resource api', function () {
$mockClient = new MockClient([
CreateCheckoutRequest::class => MockResponse::fixture('create.checkout.request'),
Expand Down

0 comments on commit 34c3b57

Please sign in to comment.