diff --git a/tests/PicqerTest/Financials/Moneybird/ModelTest.php b/tests/PicqerTest/Financials/Moneybird/ModelTest.php index 5db30b6..8c6e45f 100644 --- a/tests/PicqerTest/Financials/Moneybird/ModelTest.php +++ b/tests/PicqerTest/Financials/Moneybird/ModelTest.php @@ -57,7 +57,7 @@ public function testMakeFromResponseWithSingleNestedEntities() $dummyResponse = [ 'id' => $salesInvoiceId, 'contact' => [ - 'id' =>$contactId, + 'id' => $contactId, ], ];