Skip to content

Commit

Permalink
Remove task in test_serial_exe_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Apr 8, 2024
1 parent 6d12a57 commit 89c864e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/tests/unit_tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def test_serial_exe_exception():
setup_serial_executor()
exctr = Executor.executor
with pytest.raises(ExecutorException):
task = exctr.submit()
exctr.submit()
pytest.fail("Expected exception")


Expand Down

0 comments on commit 89c864e

Please sign in to comment.