Skip to content

Commit

Permalink
wrong inheritance in test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Sep 16, 2017
1 parent 5356afc commit 3182ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codec/ber/test_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from pyasn1.error import PyAsn1Error


class LargeTagEncoderTestCase(unittest.TestCase):
class LargeTagEncoderTestCase(BaseTestCase):
def setUp(self):
BaseTestCase.setUp(self)

Expand Down

0 comments on commit 3182ecf

Please sign in to comment.