diff options
-rw-r--r-- | tests/test_x509_ext.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py index d0f4cac9..f7be4bbe 100644 --- a/tests/test_x509_ext.py +++ b/tests/test_x509_ext.py @@ -165,6 +165,7 @@ class TestInvalidityDate(object): assert hash(invalid1) == hash(invalid2) assert hash(invalid1) != hash(invalid3) + class TestNoticeReference(object): def test_notice_numbers_not_all_int(self): with pytest.raises(TypeError): |