summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-11-15 19:52:40 +0100
committerIlya Etingof <etingof@gmail.com>2019-11-15 19:52:40 +0100
commit3e802d75b8fc679382d2b37501efb2f38be0518b (patch)
treed4951c37bd9d354e8d5fd38236b61943880db31a
parentf0c228eb638447dffce15bdbfe698b436b06a915 (diff)
downloadpyasn1-git-3e802d75b8fc679382d2b37501efb2f38be0518b.tar.gz
Fix streaming unit test
-rw-r--r--tests/codec/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec/__main__.py b/tests/codec/__main__.py
index dbd744a..9c2fc94 100644
--- a/tests/codec/__main__.py
+++ b/tests/codec/__main__.py
@@ -11,7 +11,7 @@ except ImportError:
import unittest
suite = unittest.TestLoader().loadTestsFromNames(
- ['tests.codec.streaming.__main__.suite',
+ ['tests.codec.test_streaming.suite',
'tests.codec.ber.__main__.suite',
'tests.codec.cer.__main__.suite',
'tests.codec.der.__main__.suite',