Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonJnsson authored and github-actions[bot] committed Nov 19, 2024
1 parent 89125b8 commit c754e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/InvoiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
->textLine2->toBe('Text line 2');
});

it('can set idempotency key when creating a draft', function() {
it('can set idempotency key when creating a draft', function () {
$this->driver->expects()->post()->with(
'https://restapi.e-conomic.com/invoices/drafts',
fixture('Invoices/draft/create-request'),
Expand Down

0 comments on commit c754e20

Please sign in to comment.