Skip to content

Commit

Permalink
fix: handle test_encrypt_decrypt error
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel committed Jun 29, 2024
1 parent 83bdfc7 commit fc33dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/keystore/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod tests {
println!("Create master key test passed\n");

println!("Testing encrypt/decrypt");
test_encrypt_decrypt().await;
test_encrypt_decrypt().await.expect("test_encrypt_decrypt error");
println!("Encrypt/decrypt test passed");
}

Expand Down

0 comments on commit fc33dd3

Please sign in to comment.