mirror of https://github.com/python/cpython
Make test class name unique so that both test classes run.
This commit is contained in:
parent
0e9e98edc7
commit
722b5fdbb8
|
@ -4259,7 +4259,7 @@ class TestArgumentError(TestCase):
|
|||
# ArgumentTypeError tests
|
||||
# =======================
|
||||
|
||||
class TestArgumentError(TestCase):
|
||||
class TestArgumentTypeError(TestCase):
|
||||
|
||||
def test_argument_type_error(self):
|
||||
|
||||
|
|
Loading…
Reference in New Issue