Fix lint errors [skip ci]

This commit is contained in:
larabr 2024-10-11 16:05:26 +02:00
parent a989e25a04
commit 8213888a13
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import publicKey from './public_key';
import enums from '../enums'; import enums from '../enums';
import util from '../util'; import util from '../util';
import { UnsupportedError } from '../packet/packet'; import { UnsupportedError } from '../packet/packet';
import { CurveWithOID } from './public_key/elliptic';
/** /**
* Parse signature in binary form to get the parameters. * Parse signature in binary form to get the parameters.

View File

@ -3341,7 +3341,7 @@ XLCBln+wdewpU4ChEffMUDRBfqfQco/YsMqWV7bHJHAO0eC/DMKCjyU90xdH7R/d
QgqsfguR1PqPuJxpXV4bSr6CGAAAAA== QgqsfguR1PqPuJxpXV4bSr6CGAAAAA==
=MSvh =MSvh
-----END PGP PRIVATE KEY BLOCK----- -----END PGP PRIVATE KEY BLOCK-----
` `;
await expect(openpgp.readKey({ armoredKey: armoredEdDSALegacyCurve448Key })).to.be.rejectedWith(/No key packet found/); await expect(openpgp.readKey({ armoredKey: armoredEdDSALegacyCurve448Key })).to.be.rejectedWith(/No key packet found/);
await expect(openpgp.readKey({ await expect(openpgp.readKey({