Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent 8f97083 commit 1b6aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fluka/test_Fluka.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def test_RotoTranslation_fails_setting_with_wrong_name():
name, rtrans = _makeRotoTranslation()
store = _makeStore()
# TODO
#with pytest.raises(ValueError):
# with pytest.raises(ValueError):
# store["asdasd"] = rtrans


Expand Down Expand Up @@ -758,5 +758,5 @@ def test_addRotoTranslation():

rtrans5.transformationIndex = 9000
# TODO check
#with pytest.raises(KeyError):
# with pytest.raises(KeyError):
# store.addRotoTranslation(rtrans5)

0 comments on commit 1b6aa7c

Please sign in to comment.