We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7888c7b commit 52b8477Copy full SHA for 52b8477
src/ecdsa/test_pyecdsa.py
@@ -1210,7 +1210,7 @@ def test_sign_too_small_curve_dont_allow_truncate_raises(self):
1210
sk = SigningKey.generate(curve=NIST192p)
1211
vk = sk.get_verifying_key()
1212
data = b("data")
1213
- with self.assertRaises(ecdsa.keys.BadDigestError):
+ with self.assertRaises(BadDigestError):
1214
sk.sign(
1215
data,
1216
hashfunc=partial(hashlib.new, "SHA256"),
0 commit comments