assert company name created
This commit is contained in:
parent
2e7d67adde
commit
f37868f0d0
1 changed files with 1 additions and 0 deletions
|
|
@ -19,5 +19,6 @@ class CreateCarrierTest extends TestCase
|
|||
$response = $useCase->execute();
|
||||
$foundCarrier = $carrierRepo->find($response->getId());
|
||||
$this->assertEquals($email, $foundCarrier->getEmail());
|
||||
$this->assertEquals($company, $foundCarrier->getCompanyName());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue