Skip to content

Commit

Permalink
Proper pytest import
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboogert committed Jul 3, 2023
1 parent 67ed6da commit a908cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fluka/test_Fluka.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def test_gettingRotoTranslation():
def test_RotoTranslation_fails_setting_with_wrong_name():
name, rtrans = _makeRotoTranslation()
store = _makeStore()
with _pytest.raises(ValueError):
with pytest.raises(ValueError):
store["asdasd"] = rtrans


Expand Down

0 comments on commit a908cc0

Please sign in to comment.