Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-nobel authored and github-actions[bot] committed Sep 26, 2023
1 parent b4553a2 commit 88370a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Lib/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
fn (Api $api) => $api->createRefund(RefundRequestDto::factory()->make(), '$transaction_id$'),
RefundResponseDto::class,
],
],
'successfully calls get profile' => [
fn (Api $api) => [
$api->url->createProfileIdUrl('$profile_id$') => Http::response(ProfileResponseDto::factory()->make()->toArray()),
Expand Down

0 comments on commit 88370a4

Please sign in to comment.