remove ids of nonexistent carriers from test
This commit is contained in:
parent
56be22d6ef
commit
ca6dc0142c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class CreateFreightOrderTest extends TestCase
|
||||||
loadDetails: 'some details',
|
loadDetails: 'some details',
|
||||||
notes: 'some notes',
|
notes: 'some notes',
|
||||||
fileAttachments: ['path/to/file', 'another/path/file'],
|
fileAttachments: ['path/to/file', 'another/path/file'],
|
||||||
carrierIds: [0, 1, 2],
|
carrierIds: [],
|
||||||
);
|
);
|
||||||
$createdFreightOrder = $this->useCase->execute($dto);
|
$createdFreightOrder = $this->useCase->execute($dto);
|
||||||
$foundFreightOrder = $this->freightOrderRepo->find(
|
$foundFreightOrder = $this->freightOrderRepo->find(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue