From c0abaedc46a9958635479136928c1fade9fe2300 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Thu, 14 Nov 2024 11:40:51 -0800 Subject: [PATCH] renamed test classes --- tests/unit/data/_async/test__mutate_rows.py | 2 +- tests/unit/data/_async/test_mutations_batcher.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/data/_async/test__mutate_rows.py b/tests/unit/data/_async/test__mutate_rows.py index 6fa5be2e3..621f4d9a2 100644 --- a/tests/unit/data/_async/test__mutate_rows.py +++ b/tests/unit/data/_async/test__mutate_rows.py @@ -31,7 +31,7 @@ @CrossSync.convert_class("TestMutateRowsOperation") -class TestMutateRowsOperation: +class TestMutateRowsOperationAsync: def _target_class(self): return CrossSync._MutateRowsOperation diff --git a/tests/unit/data/_async/test_mutations_batcher.py b/tests/unit/data/_async/test_mutations_batcher.py index 687c0c41b..cd442d392 100644 --- a/tests/unit/data/_async/test_mutations_batcher.py +++ b/tests/unit/data/_async/test_mutations_batcher.py @@ -27,7 +27,7 @@ @CrossSync.convert_class(sync_name="Test_FlowControl") -class Test_FlowControl: +class Test_FlowControlAsync: @staticmethod @CrossSync.convert def _target_class():