tests: use strictEqual always
This commit is contained in:
parent
ab66c983af
commit
ec9cea0cf1
19 changed files with 186 additions and 186 deletions
test
|
@ -16,7 +16,7 @@ describe('Crypto', function () {
|
|||
var data = new Buffer(f.hex, 'hex')
|
||||
var actual = fn(data).toString('hex')
|
||||
|
||||
assert.equal(actual, expected)
|
||||
assert.strictEqual(actual, expected)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue