File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -903,10 +903,6 @@ describe('CRUD API', function () {
903
903
collection = client . db ( ) . collection ( 'updateOneTest' ) ;
904
904
} ) ;
905
905
906
- afterEach ( async function ( ) {
907
- await collection . drop ( ) ;
908
- } ) ;
909
-
910
906
context (
911
907
'when including an update with all undefined atomic operators ignoring undefined' ,
912
908
function ( ) {
@@ -932,10 +928,6 @@ describe('CRUD API', function () {
932
928
collection = client . db ( ) . collection ( 'updateManyTest' ) ;
933
929
} ) ;
934
930
935
- afterEach ( async function ( ) {
936
- await collection . drop ( ) ;
937
- } ) ;
938
-
939
931
context (
940
932
'when including an update with all undefined atomic operators ignoring undefined' ,
941
933
function ( ) {
@@ -961,10 +953,6 @@ describe('CRUD API', function () {
961
953
collection = client . db ( ) . collection ( 'findAndModifyTest' ) ;
962
954
} ) ;
963
955
964
- afterEach ( async function ( ) {
965
- await collection . drop ( ) ;
966
- } ) ;
967
-
968
956
context (
969
957
'when including an update with all undefined atomic operators ignoring undefined' ,
970
958
function ( ) {
You can’t perform that action at this time.
0 commit comments