From c8808392e4df1d87b6b1142f428c756717d47758 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Fri, 14 Mar 2025 13:41:48 +0100 Subject: [PATCH] fix test --- backend/test/test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/test/test.ts b/backend/test/test.ts index 933cbdf..c3c4882 100644 --- a/backend/test/test.ts +++ b/backend/test/test.ts @@ -70,9 +70,6 @@ async function testCarts(t: Deno.TestContext, token: string) { items: [ { product_id: 1, amount: 2 }, { product_id: 2, amount: 5 }, - { product_id: 2, amount: 5 }, - { product_id: 2, amount: 5 }, - { product_id: 2, amount: 5 }, ], }, { "Session-Token": token },