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',