Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead authored and TimoGlastra committed Sep 22, 2023
1 parent 22244b0 commit d5e06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askar-storage/tests/backends.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ mod sqlite {
.expect("Error initializing sqlite store options")
.open_backend(Some(StoreKeyMethod::RawKey), key_target.as_ref(), None)
.await
.expect("Error opening rekeyed store");
.expect("Error opening copied store");
assert_eq!(copied.get_active_profile(), profile);
copied.close().await.expect("Error closing store");

Expand Down

0 comments on commit d5e06c6

Please sign in to comment.