summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-09-17 00:16:53 +0200
committerIlya Etingof <etingof@gmail.com>2017-09-17 00:16:53 +0200
commit3182ecf81839ae4072a46706c3d0426a03f80be8 (patch)
tree5dc1a530808b80d4b6074b44422a077b3b3f13a4
parent5356afca8d7b7a1f991297af02cb44a17fbe8924 (diff)
downloadpyasn1-git-3182ecf81839ae4072a46706c3d0426a03f80be8.tar.gz
wrong inheritance in test fixedv0.3.5
-rw-r--r--tests/codec/ber/test_encoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec/ber/test_encoder.py b/tests/codec/ber/test_encoder.py
index 153ebd7..265e866 100644
--- a/tests/codec/ber/test_encoder.py
+++ b/tests/codec/ber/test_encoder.py
@@ -20,7 +20,7 @@ from pyasn1.compat.octets import ints2octs
from pyasn1.error import PyAsn1Error
-class LargeTagEncoderTestCase(unittest.TestCase):
+class LargeTagEncoderTestCase(BaseTestCase):
def setUp(self):
BaseTestCase.setUp(self)