Lint all tests (#1235)

This commit is contained in:
Daniel Huigens
2021-02-12 22:27:59 +01:00
parent 8f8517702e
commit b6edfe646b
28 changed files with 806 additions and 775 deletions

View File

@@ -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() {
/**