Skip to content

Commit

Permalink
chore(tests): fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jan 18, 2024
1 parent 35996a8 commit 54dbc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/v2_client/test_batcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def test_mutations_batcher_response_with_error_codes():

mocked_response = [Status(code=1), Status(code=5)]

with mock.patch("tests.unit.test_batcher._Table") as mocked_table:
with mock.patch("tests.unit.v2_client.test_batcher._Table") as mocked_table:
table = mocked_table.return_value
mutation_batcher = MutationsBatcher(table=table)

Expand Down

0 comments on commit 54dbc08

Please sign in to comment.