Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Sep 20, 2024
1 parent 796e1b5 commit 9973d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ async def test_batch_update_inputs_outputs(
for k, port in enumerate((await PORTS.inputs).values(), start=1000)
},
progress_bar=progress_bar,
outputs_callbacks=None,
outputs_callbacks=AsyncMock(),
)
assert progress_bar._current_steps == pytest.approx(2) # noqa: SLF001

Expand Down

0 comments on commit 9973d68

Please sign in to comment.