Skip to content

Commit 5891c2e

Browse files
authored
Merge pull request quirrel-dev#778 from quirrel-dev/fix-node-16-tests
node 16: don't assert on version-dependent error message
2 parents 7c100d3 + ea6613e commit 5891c2e

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)