mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-26 23:46:03 +00:00
Fix lint errors [skip ci]
This commit is contained in:
parent
a989e25a04
commit
8213888a13
@ -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.
|
||||||
|
|||||||
@ -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({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user