You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(crud): remove result expectation for $out agg test
Drivers are not required to provide a cursor against the collection
indicated in a `$out`. The presence of a `result` as well as
`collection` fields in this test is inconsistent with the rest of
the crud tests, and makes it difficult for implementations to
share common code for checking expectations without writing very
specific code to check for this isolated case.
0 commit comments