Commit 722b5fdb authored by R. David Murray's avatar R. David Murray

Make test class name unique so that both test classes run.

parent 0e9e98ed
......@@ -4259,7 +4259,7 @@ class TestArgumentError(TestCase):
# ArgumentTypeError tests
# =======================
class TestArgumentError(TestCase):
class TestArgumentTypeError(TestCase):
def test_argument_type_error(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment