Skip to content

Commit

Permalink
Update test/parallel/test-net-isipv6.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca authored Oct 7, 2023
1 parent 51fd40e commit 704b321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-net-isipv6.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ for (const ip of v6) {
assert.strictEqual(net.isIPv6(ip), true);
}

for(const ip of v6not) {
for (const ip of v6not) {
assert.strictEqual(net.isIPv6(ip), false);
}

0 comments on commit 704b321

Please sign in to comment.