From 927f357232dfd8f7cb946db4e67f4725dbb27e4e Mon Sep 17 00:00:00 2001 From: DaddyWarbucks Date: Thu, 10 Oct 2024 11:36:27 -0500 Subject: [PATCH] Add missing test --- packages/mongodb/test/index.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mongodb/test/index.test.ts b/packages/mongodb/test/index.test.ts index 99197101d..5d3d2f6fc 100644 --- a/packages/mongodb/test/index.test.ts +++ b/packages/mongodb/test/index.test.ts @@ -29,6 +29,7 @@ const testSuite = adapterTests([ '.remove + multi', '.remove + multi no pagination', '.remove + id + query id', + '.remove + NotFound', '.update', '.update + $select', '.update + id + query',