Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Jun 14, 2024
1 parent 12c079f commit fe78e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ test('stringArrayToHexStripped', (t) => {
[[['0', '0', '0', '0'], true], '0'],
[[['0', '1', '0', '0'], false], '100'],
[[['1', '0', '0', '0'], false], '1000'],
[[['1', '0', '0', '0'], true], '1000'],
[[['1', '0', '0', '0'], true], '1000']
]

t.plan(testCases.length)

testCases.forEach(([input, expected]) => {
Expand Down

0 comments on commit fe78e68

Please sign in to comment.