8000 Update test/js-native-api/test_reference/test_reference.c · nodejs/node@64732c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64732c8

Browse files
authored
Update test/js-native-api/test_reference/test_reference.c
1 parent 1ba9a54 commit 64732c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js-native-api/test_reference/test_reference.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static napi_value CreateSymbol(napi_env env, napi_callback_info info) {
4141
napi_value args[1];
4242

4343
NODE_API_CALL(env, napi_get_cb_info(env, info, &argc, args, NULL,NULL));
44-
NODE_API_ASSERT(env, argc == 1, "Expect one argument only(symbol description)");
44+
NODE_API_ASSERT(env, argc == 1, "Expect one argument only (symbol description)");
4545

4646
napi_value result_symbol;
4747

0 commit comments

Comments
 (0)
0