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