mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-06 17:11:24 +00:00
Lint all tests (#1235)
This commit is contained in:
@@ -49,7 +49,7 @@ Dc2vwS83Aja9iWrIEg==
|
||||
-----END PGP PRIVATE KEY BLOCK-----`;
|
||||
|
||||
async function getInvalidKey() {
|
||||
return await readArmoredKey(INVALID_KEY);
|
||||
return readArmoredKey(INVALID_KEY);
|
||||
}
|
||||
async function makeKeyValid() {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user