File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -858,6 +858,7 @@ class TestCollectionChangeStreamsWCustomTypes(
858
858
@client_context .require_no_standalone
859
859
def setUpClass (cls ):
860
860
super (TestCollectionChangeStreamsWCustomTypes , cls ).setUpClass ()
861
+ cls .db .test .delete_many ({})
861
862
862
863
def tearDown (self ):
863
864
self .input_target .drop ()
@@ -879,6 +880,7 @@ class TestDatabaseChangeStreamsWCustomTypes(
879
880
@client_context .require_no_standalone
880
881
def setUpClass (cls ):
881
882
super (TestDatabaseChangeStreamsWCustomTypes , cls ).setUpClass ()
883
+ cls .db .test .delete_many ({})
882
884
883
885
def tearDown (self ):
884
886
self .input_target .drop ()
@@ -900,6 +902,7 @@ class TestClusterChangeStreamsWCustomTypes(
900
902
@client_context .require_no_standalone
901
903
def setUpClass (cls ):
902
904
super (TestClusterChangeStreamsWCustomTypes , cls ).setUpClass ()
905
+ cls .db .test .delete_many ({})
903
906
904
907
def tearDown (self ):
905
908
self .input_target .drop ()
You can’t perform that action at this time.
0 commit comments