Skip to content

Commit a77a8da

Browse files
MusahMusahgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2aecd08 commit a77a8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Paystack/PaystackTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
});
8888

8989
it('can make fake http request to get list of banks', function () {
90-
$body = file_get_contents(__DIR__ . '/../Fixtures/banks.json');
90+
$body = file_get_contents(__DIR__.'/../Fixtures/banks.json');
9191

9292
Http::fake([
9393
'https://api.paystack.co/bank' => Http::response($body),

0 commit comments

Comments
 (0)