From 34c3b57fb2b88c243d19987a8010d080ad6d36b1 Mon Sep 17 00:00:00 2001 From: robertdrakedennis Date: Fri, 31 Mar 2023 02:01:45 +0000 Subject: [PATCH] Fix styling --- tests/CheckoutTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CheckoutTest.php b/tests/CheckoutTest.php index 82b85cb..863e8ea 100644 --- a/tests/CheckoutTest.php +++ b/tests/CheckoutTest.php @@ -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'),