Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 31, 2024
1 parent aa11388 commit ffccb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_run_distributed(args):
core_fraction = float(args[index + 1])
if core_fraction > 0:
pytest.raises(
ZeroDivisionError,
NameError,
call_wrapper,
args=args,
)
Expand Down

0 comments on commit ffccb0b

Please sign in to comment.