Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Jun 12, 2023
1 parent 3b462f4 commit ae66ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nodejs_api/test/test_data_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe("STRUCT", function () {
assert.equal(typeof result[0]["o.state"], "object");
assert.deepEqual(result[0]["o.state"], {
REVENUE: 138,
LOCATION: ["'toronto'", " 'montr", "eal'"],
LOCATION: ["'toronto'", " 'montr,eal'"],
STOCK: { PRICE: [96, 56], VOLUME: 1000 },
});
});
Expand Down

0 comments on commit ae66ec2

Please sign in to comment.