fix
This commit is contained in:
@ -25,7 +25,7 @@ test ('fail decryption', (t) => {
|
||||
test ('rethrow decryption', (t) => {
|
||||
const enc = crypto.encrypt_aes ('foo', 'bar');
|
||||
t.throws (() => {
|
||||
const dec = crypto.decrypt_aes (enc, 'baz', true);
|
||||
crypto.decrypt_aes (enc, 'baz', true);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user