Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 18, 2023
1 parent f845b4c commit 68086b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Stripe/BaseStripeClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ public function testRequestWithNoVersionDefaultsToPinnedVersion()
'api_key' => 'sk_test_client',
'api_base' => MOCK_URL,
]);
$this->expectsRequest("get", "/v1/charges/ch_123", null, [
"Stripe-Version: " . \Stripe\Util\ApiVersion::CURRENT,
$this->expectsRequest('get', '/v1/charges/ch_123', null, [
'Stripe-Version: ' . \Stripe\Util\ApiVersion::CURRENT,
]);
$charge = $client->request(
'get',
Expand Down

0 comments on commit 68086b4

Please sign in to comment.