Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 30, 2024
1 parent 0e8960d commit 836d7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PicqerTest/Financials/Moneybird/ModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testMakeFromResponseWithSingleNestedEntities()
$dummyResponse = [
'id' => $salesInvoiceId,
'contact' => [
'id' =>$contactId,
'id' => $contactId,
],
];

Expand Down

0 comments on commit 836d7cf

Please sign in to comment.