Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #74 from square/alok/tests
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
alokmenghrajani committed Jun 22, 2018
2 parents c566736 + ee077d3 commit d601e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.12
- 9.10.1

# Tests run in chromium
before_install:
Expand Down
4 changes: 2 additions & 2 deletions test/jose-jwe-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
cipher_text.push("WFBoMYUZodetZdvTiFvSkQ");
return decrypter.decrypt(cipher_text.join('.'));
});
assert.wontEqual(mac_failure, "OperationError: ", "invalid tag did not cause failure");
assert.wont(mac_failure, "invalid tag did not cause failure");
});

// We can't test appendix-A.2 because Chrome dropped support for RSAES-PKCS1-V1_5.
Expand Down Expand Up @@ -420,4 +420,4 @@
<body>
<div id="qunit"></div>
</body>
</html>
</html>

0 comments on commit d601e00

Please sign in to comment.