Skip to content

Commit

Permalink
use same
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jun 27, 2024
1 parent fa4f20a commit 5003c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ test('stringArrayToHexStripped', (t) => {
t.plan(testCases.length)

testCases.forEach(([input, expected]) => {
t.equal(stringArrayToHexStripped(input[0], input[1]), expected)
t.same(stringArrayToHexStripped(input[0], input[1]), expected)
})
})

0 comments on commit 5003c75

Please sign in to comment.