summaryrefslogtreecommitdiff
path: root/tests/type
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-08-01 09:27:33 +0200
committerIlya Etingof <etingof@gmail.com>2017-08-01 09:27:33 +0200
commit29a49a725213adf19ed6ed83496946e219387748 (patch)
treef70d59536fd8b6eff553247e50166788cd4c5d1e /tests/type
parenta310790590d39a610ce7bf7df6bb3f9eba3881d3 (diff)
downloadpyasn1-git-29a49a725213adf19ed6ed83496946e219387748.tar.gz
fixed threading concurrency issues
Diffstat (limited to 'tests/type')
-rw-r--r--tests/type/test_namedtype.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/type/test_namedtype.py b/tests/type/test_namedtype.py
index b537c3b..be46e3c 100644
--- a/tests/type/test_namedtype.py
+++ b/tests/type/test_namedtype.py
@@ -92,7 +92,7 @@ class NamedTypesCaseBase(unittest.TestCase):
def testGetTagMapWithDups(self):
try:
- self.e.tagMapUnique
+ self.e.tagMapUnique[0]
except PyAsn1Error:
pass
else: