Skip to content

Commit 777f989

Browse files
MusahMusahgithub-actions[bot]
authored andcommitted
Fix styling
1 parent d09a3c0 commit 777f989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Paystack/PaystackTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
'reference' => '123456789',
4141
'callback_url' => 'https://example.com',
4242
]))
43-
->toBeObject()
44-
->toBeInstanceOf(RedirectResponse::class);
43+
->toBeObject()
44+
->toBeInstanceOf(RedirectResponse::class);
4545
});
4646

4747
it('can redirect to checkout for payment using request() arguments', function () {

0 commit comments

Comments
 (0)