Skip to content

Commit

Permalink
renamed test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 14, 2024
1 parent b28a12e commit c0abaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/data/_async/test__mutate_rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


@CrossSync.convert_class("TestMutateRowsOperation")
class TestMutateRowsOperation:
class TestMutateRowsOperationAsync:
def _target_class(self):
return CrossSync._MutateRowsOperation

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/data/_async/test_mutations_batcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


@CrossSync.convert_class(sync_name="Test_FlowControl")
class Test_FlowControl:
class Test_FlowControlAsync:
@staticmethod
@CrossSync.convert
def _target_class():
Expand Down

0 comments on commit c0abaed

Please sign in to comment.