iroha icon indicating copy to clipboard operation
iroha copied to clipboard

`decrypt_should_fail` spurious failure

Open mversic opened this issue 6 months ago • 0 comments

This test seems to fail spuriously:

---- encryption::chacha20poly1305::tests::decrypt_should_fail stdout ----
thread 'encryption::chacha20poly1305::tests::decrypt_should_fail' panicked at crypto/src/encryption/chacha20poly1305.rs:111:48:
called `Result::unwrap_err()` on an `Ok` value: [72, 101, 108, 108, 111, 32, 97, 110, 100, 32, 71, 111, 111, 100, 98, 121, 101, 33]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

mversic avatar Aug 21 '24 12:08 mversic