diff options
Diffstat (limited to 'atuin-client/src/encryption.rs')
| -rw-r--r-- | atuin-client/src/encryption.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/src/encryption.rs b/atuin-client/src/encryption.rs index d91ad076..9b6f8a78 100644 --- a/atuin-client/src/encryption.rs +++ b/atuin-client/src/encryption.rs @@ -139,6 +139,6 @@ mod test { }; // this should err - decrypt(&e2, &key1).expect_err("expected an error decrypting with invalid key"); + let _ = decrypt(&e2, &key1).expect_err("expected an error decrypting with invalid key"); } } |
