Skip to content

Commit

Permalink
tests: fix fun typo "singing" -> "signing"
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Feb 21, 2024
1 parent e3d2ff2 commit 9f05aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/test_gpg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fn backend(env: &GpgEnvironment) -> GpgBackend {
}

#[test]
fn gpg_singing_roundtrip() {
fn gpg_signing_roundtrip() {
let env = GpgEnvironment::new().unwrap();
let backend = backend(&env);
let data = b"hello world";
Expand Down

0 comments on commit 9f05aa8

Please sign in to comment.