From 88370a4a6e683a45d23d1d9afb2c38d2fff1d2e4 Mon Sep 17 00:00:00 2001 From: kajetan-nobel Date: Tue, 26 Sep 2023 20:13:10 +0000 Subject: [PATCH] Fix styling --- tests/Lib/ApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()),