1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00

Minor fixes for tests

This commit is contained in:
David Bomba 2023-12-05 11:03:46 +11:00
parent b735119cdf
commit 2f25b720fe

View File

@ -869,7 +869,7 @@ class EventTest extends TestCase
$arr = $response->json(); $arr = $response->json();
$data = [ $data = [
'vendor_id' => $this->vendor->hashed_id, 'vendor_id' => $arr['data']['id'],
'number' => 'dude2', 'number' => 'dude2',
]; ];