Removed install of a panic hook in unit test

Fortune for rsh's current commit: Middle blessing − 中吉
master
Avril 3 years ago
parent 2a49d17528
commit 20bf0f1649
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -60,7 +60,7 @@ fn message_serial_sign()
#[test]
fn message_serial_encrypt()
{
color_eyre::install().unwrap();
//color_eyre::install().unwrap();
let rsa_priv = rsa::RsaPrivateKey::generate().unwrap();
struct Dec(rsa::RsaPrivateKey);
struct Enc(rsa::RsaPublicKey);

Loading…
Cancel
Save