projects
/
pyderasn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa45509
)
Typo in test name
author
Sergey Matveev <stargrave@stargrave.org>
Tue, 10 Oct 2017 12:00:41 +0000 (15:00 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Tue, 10 Oct 2017 12:00:41 +0000 (15:00 +0300)
tests/test_pyderasn.py
patch
|
blob
|
history
diff --git
a/tests/test_pyderasn.py
b/tests/test_pyderasn.py
index 58ecbdb52d3a132cdb0edae0d6085155eaac0cfc..7bce6b49bcfdb7d237e6353e0677d6da0efa3acb 100644
(file)
--- a/
tests/test_pyderasn.py
+++ b/
tests/test_pyderasn.py
@@
-1087,7
+1087,7
@@
class TestBitString(CommonMixin, TestCase):
BitString(b"whatever")["whenever"]
repr(err.exception)
- def test_get_invalid_typ(self):
+ def test_get_invalid_typ
e
(self):
with self.assertRaises(InvalidValueType) as err:
BitString(b"whatever")[(1, 2, 3)]
repr(err.exception)