Skip to content

Commit ea6613e

Browse files
committed
don't assert on error message
1 parent 7c100d3 commit ea6613e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/test/encryption.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,4 @@ test("catchDecryptionErrors", async () => {
9191
expect(result).toEqual("This is non-decryptable");
9292

9393
expect(decryptionErrors.length).toBe(1);
94-
expect(decryptionErrors[0].message).toBe(
95-
"Cannot read property 'length' of undefined"
96-
);
9794
});

0 commit comments

Comments
 (0)