This commit is contained in:
lubiana 2025-06-29 19:47:46 +02:00
parent 2bdd5f9ac2
commit 15f8db46a0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
5 changed files with 51 additions and 12 deletions

View file

@ -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([]));
});