Skip to content

Commit 771414c

Browse files
committed
fix: update test to use 24.0.0
1 parent 46c6bcc commit 771414c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function t () {
2727
}
2828
assert.rejects(() => isNodeVulnerable('999'), /not get exactly one version/)
2929
assert.rejects(() => isNodeVulnerable('Unobtanium'), /not get exactly one version/) // i.e. not found
30-
assert.rejects(() => isNodeVulnerable('22.0.0'), /not get exactly one version/)
30+
assert.rejects(() => isNodeVulnerable('24.0.0'), /not get exactly one version/)
3131

3232
// EOL
3333
assert.ok(await isNodeVulnerable('19.0.0'))

0 commit comments

Comments
 (0)