Skip to content

Commit

Permalink
Another fix for hexWrite test
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Feb 1, 2024
1 parent c30efe6 commit 8c8ed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/write-hex.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test('buffer.write("hex") should stop on invalid characters', function (t) {
continue
}

for (let i = 0; i < 3; i++) {
for (let i = 0; i < 4; i++) {
let str

switch (i) {
Expand Down

0 comments on commit 8c8ed25

Please sign in to comment.