Skip to content

Commit

Permalink
Merge branch 'tests' of github.com:stewartboogert/pyg4ometry-fork int…
Browse files Browse the repository at this point in the history
…o tests
  • Loading branch information
stewartboogert committed Jul 3, 2023
2 parents 15d5aae + 1b6aa7c commit 428f111
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 428f111

Please sign in to comment.