mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-24 14:35:51 +00:00
Fix missing await in test, causing crash on rejection
This commit is contained in:
parent
3d664e7b26
commit
357a19c6e1
@ -1188,7 +1188,7 @@ Fk7EflUZzngwY4lBzYAfnNBjEjc30xD/ddo+rwE=
|
||||
],
|
||||
config
|
||||
});
|
||||
expect(openpgp.decrypt({
|
||||
await expect(openpgp.decrypt({
|
||||
message: await openpgp.readMessage({ armoredMessage: message_with_notation }),
|
||||
decryptionKeys: privKey,
|
||||
verificationKeys: privKey,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user