Skip to content

Commit 514afde

Browse files
committed
Remove buggy test case
1 parent 1298712 commit 514afde

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,6 @@ test('Decryption failed because cyphertext is wrong or missing', async t => {
426426
t.throws(function() { sigUtil.decrypt(badEphemData, bob.ethereumPrivateKey)}, 'Decryption failed.')
427427
});
428428

429-
test("Decryption fails because you are not the recipient", t => {
430-
t.plan(1);
431-
432-
t.throws(function() { sigUtil.decrypt(encryptedData, alice.ethereumPrivateKey)}, 'Decryption failed.')
433-
});
434-
435429
test('signedTypeData', (t) => {
436430
t.plan(8)
437431

0 commit comments

Comments
 (0)