Skip to content

Commit

Permalink
Fix Modal test following #336 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored Jan 2, 2024
1 parent 39cf477 commit 49f9682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubed/tests/test_executor_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_callbacks_modal(spec, modal_executor):
np.array([[2, 3, 4], [5, 6, 7], [8, 9, 10]]),
)

num_created_arrays = 3
num_created_arrays = 1
assert task_counter.value == num_created_arrays + 4
finally:
fs = fsspec.open(tmp_path).fs
Expand Down

0 comments on commit 49f9682

Please sign in to comment.