Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jul 31, 2024
1 parent e0c94dc commit d34a463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simulation/test_construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ def test_setting_exports_wrong_type(self, exp):

with pytest.raises(
TypeError,
match="accepted types for exports are list, festim.Export or festim.Exports",
match="accepted types for exports are list, festim.DerivedQuantities, festim.Export or festim.Exports",
):
self.my_sim.exports = exp

0 comments on commit d34a463

Please sign in to comment.