lol
This commit is contained in:
parent
2bdd5f9ac2
commit
15f8db46a0
5 changed files with 51 additions and 12 deletions
|
@ -182,7 +182,7 @@ describe(OrderItemController::class, function (): void {
|
|||
$this->assertResponseRedirects(sprintf('/food/order/%s', $this->order->getId()));
|
||||
|
||||
$this->assertSame(1, $this->repository->count([]));
|
||||
$this->assertSame(3, $this->menuItemRepository->count([]));
|
||||
$this->assertSame(2, $this->menuItemRepository->count([]));
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue