From 858932f2606ff4b1f95c67e2bd2533d9a6555edb Mon Sep 17 00:00:00 2001 From: Alvar San Martin Date: Mon, 27 Apr 2026 11:11:47 +0200 Subject: [PATCH] Test --- packages/sim-shared/infrastructure/OrderRepository.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/sim-shared/infrastructure/OrderRepository.test.ts b/packages/sim-shared/infrastructure/OrderRepository.test.ts index e07117e..f2c75ea 100644 --- a/packages/sim-shared/infrastructure/OrderRepository.test.ts +++ b/packages/sim-shared/infrastructure/OrderRepository.test.ts @@ -169,8 +169,7 @@ describe("Test OrderRepository", {}, (ctx) => { conditions: { status: "-eq 'pending'", retry_count: "-gte 2", - webhook_host: "-eq NULL" - + webhook_host: "-null NULL" } } //@ts-expect-error