Replace test Alice key with ed25519 key

Autocrypt Setup Message does not contain "==" anymore since key length
has changed.
This commit is contained in:
Alexander Krotov
2020-02-28 05:17:40 +03:00
parent 8fdf3dcdb8
commit a7afbf85ad
3 changed files with 2 additions and 3 deletions

View File

@@ -756,7 +756,6 @@ mod tests {
assert!(msg.contains("-----BEGIN PGP MESSAGE-----\r\n"));
assert!(msg.contains("Passphrase-Format: numeric9x4\r\n"));
assert!(msg.contains("Passphrase-Begin: he\n"));
assert!(msg.contains("==\n"));
assert!(msg.contains("-----END PGP MESSAGE-----\n"));
}