remove ids of nonexistent carriers from test

This commit is contained in:
Yisroel Baum 2025-11-16 20:55:55 +02:00
parent 56be22d6ef
commit ca6dc0142c
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -33,7 +33,7 @@ class CreateFreightOrderTest extends TestCase
loadDetails: 'some details',
notes: 'some notes',
fileAttachments: ['path/to/file', 'another/path/file'],
carrierIds: [0, 1, 2],
carrierIds: [],
);
$createdFreightOrder = $this->useCase->execute($dto);
$foundFreightOrder = $this->freightOrderRepo->find(