aboutsummaryrefslogtreecommitdiff
path: root/tests/codec/ber/test_decoder.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-12 22:42:04 +0200
committerGitHub <noreply@github.com>2019-07-12 22:42:04 +0200
commit62efcb94b15ca7fbd5261ca999bf5eca5680de5f (patch)
tree94cd7ed5091c5f1421ba6b186116bbc86303ca23 /tests/codec/ber/test_decoder.py
parent7b3f79cac2ce765537baa406762d59eae47de04c (diff)
downloadpyasn1-62efcb94b15ca7fbd5261ca999bf5eca5680de5f.tar.gz
Fix CER/DER encoders to respect open types (#167)
* Fix CER/DER encoders to respect open types Added a bunch of unit tests to CER/DER codecs covering open types.
Diffstat (limited to 'tests/codec/ber/test_decoder.py')
-rw-r--r--tests/codec/ber/test_decoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec/ber/test_decoder.py b/tests/codec/ber/test_decoder.py
index 95f6c91..089f0f3 100644
--- a/tests/codec/ber/test_decoder.py
+++ b/tests/codec/ber/test_decoder.py
@@ -835,7 +835,7 @@ class SequenceDecoderWithSchemaTestCase(BaseTestCase):
) == (self.s, null)
-class SequenceDecoderWithUnaggedOpenTypesTestCase(BaseTestCase):
+class SequenceDecoderWithUntaggedOpenTypesTestCase(BaseTestCase):
def setUp(self):
openType = opentype.OpenType(
'id',