diff --git a/tests/Lib/ApiTest.php b/tests/Lib/ApiTest.php index 412f7b9..bd15077 100644 --- a/tests/Lib/ApiTest.php +++ b/tests/Lib/ApiTest.php @@ -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()),