mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-16 05:15:19 +00:00
Remove accidental .only in test suite
This commit is contained in:
@@ -2615,7 +2615,7 @@ describe('Key', function() {
|
||||
await expect(key.validate()).to.be.rejectedWith('Missing private key parameters');
|
||||
});
|
||||
|
||||
it.only('clearPrivateParams() - check that private key parameters were zeroed out', async function() {
|
||||
it('clearPrivateParams() - check that private key parameters were zeroed out', async function() {
|
||||
const { keys: [key] } = await openpgp.key.readArmored(priv_key_rsa);
|
||||
await key.decrypt('hello world');
|
||||
const params = key.primaryKey.params.slice();
|
||||
|
||||
Reference in New Issue
Block a user