Skip to content

Commit

Permalink
fixed assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 11, 2023
1 parent 68e6eb5 commit 9fac3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def test_mutations_batcher_threading(data_table, rows_to_delete):

def callback(results):
all_results.extend(results)
assert results <= max_elements_per_batch
assert len(results) <= max_elements_per_batch

# override flow control max elements
with mock.patch(
Expand Down

0 comments on commit 9fac3a2

Please sign in to comment.