Skip to content

Commit

Permalink
Refs #11006. Caught wrong exception type in python test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Mar 3, 2015
1 parent 1f6581a commit c8453c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
class PointGroupTest(unittest.TestCase):

def test_creation(self):
self.assertRaises(RuntimeError, PointGroupFactory.createPointGroup, "none")
self.assertRaises(ValueError, PointGroupFactory.createPointGroup, "none")

PointGroupFactory.createPointGroup("m-3m")

Expand Down

0 comments on commit c8453c5

Please sign in to comment.