Skip to content

Commit fbd3943

Browse files
mhdawsontargos
authored andcommitted
n-api: fix comment on expected N-API version
Remove the comment about the expected version so that it does not get out of sync. The code shows the expected version anyway. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #32236 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 2f976d7 commit fbd3943

File tree

1 file changed

+1
-1
lines changed
  • test/js-native-api/test_general

1 file changed

+1
-1
lines changed

test/js-native-api/test_general/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ assert.strictEqual(test_general.testGetPrototype(extendedObject),
3232
assert.notStrictEqual(test_general.testGetPrototype(baseObject),
3333
test_general.testGetPrototype(extendedObject));
3434

35-
// Test version management functions. The expected version is currently 4.
35+
// Test version management functions
3636
assert.strictEqual(test_general.testGetVersion(), 6);
3737

3838
[

0 commit comments

Comments
 (0)