Skip to content

Commit

Permalink
copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Meisrimel authored and Peter Meisrimel committed Jan 10, 2025
1 parent 80cf63f commit 9cc0278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2197,4 +2197,4 @@ def test_dynamic_diags(self):

msg = "The chosen result_handler does not support dynamic_diagnostics. Try using e.g., ResultHandlerBinaryFile."
with pytest.raises(InvalidOptionException, match = re.escape(msg)):
model.simulate(options = opts) # missing get_result implementation
model.simulate(options = opts)

0 comments on commit 9cc0278

Please sign in to comment.