Skip to content

Commit b56b534

Browse files
Update test/asynchronous/utils_selection_tests.py
Co-authored-by: Noah Stapp <[email protected]>
1 parent 64aa048 commit b56b534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/utils_selection_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ async def run_scenario(self):
177177

178178

179179
def create_selection_tests(test_dir):
180-
class TestAllScenarios(unittest.TestCase):
180+
class TestAllScenarios(AsyncPyMongoTestCase):
181181
pass
182182

183183
for dirpath, _, filenames in os.walk(test_dir):

0 commit comments

Comments
 (0)