ok/jj
1
0
Fork 0
forked from mirrors/jj

tests: fix fun typo "singing" -> "signing"

This commit is contained in:
Yuya Nishihara 2024-02-21 21:44:00 +09:00
parent e3d2ff2b75
commit 9f05aa8c46

View file

@ -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";