Skip to content

Commit

Permalink
raises EnergyPlusVersionError
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Sep 21, 2024
1 parent c8d7745 commit d41266f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_idfclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_specific_version(self, config, natvent_v9_1_0):
assert natvent_v9_1_0.file_version == EnergyPlusVersion("9-1-0")

def test_specific_version_error_simulate(self, natvent_v9_1_0):
with pytest.raises(InvalidEnergyPlusVersion):
with pytest.raises(EnergyPlusVersionError):
natvent_v9_1_0.simulate()

def test_version(self, natvent_v9_1_0):
Expand Down

0 comments on commit d41266f

Please sign in to comment.