Skip to content

Commit

Permalink
minor nodejs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-mu committed Aug 11, 2023
1 parent 2be393c commit ce53e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nodejs_api/test/test_connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ describe("Get node table names", function () {
assert.equal(nodeTableNames.length, 4);
assert.deepEqual(nodeTableNames, [
"movies",
"moviesSerial",
"organisation",
"person",
"moviesSerial",
]);
});
});
Expand Down

0 comments on commit ce53e27

Please sign in to comment.