| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f44e828 commit b5c60ed
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -352,7 +352,7 @@ for (const i in TEST_CASES) { | |||
| 352 | 352 | var msg = decrypt.update(test.ct, 'hex', outputEncoding); | |
| 353 | 353 | if (!test.tampered) { | |
| 354 | 354 | msg += decrypt.final(outputEncoding); | |
| 355 | - assert.equal(msg, test.plain); | ||
| 355 | + assert.strictEqual(msg, test.plain); | ||
| 356 | 356 | } else { | |
| 357 | 357 | // assert that final throws if input data could not be verified! | |
| 358 | 358 | assert.throws(function() { decrypt.final('ascii'); }, / auth/); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments