Skip to content

Commit 8f4ef78

Browse files
committed
ci: update tests
1 parent 91ae67d commit 8f4ef78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/nodejs/tests/binding.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Then("Load file with Stage and Select should be equal", async function () {
358358
}
359359
const expected = [
360360
[-1, 1, 1.0, "'", null, new Date("2011-03-06"), new Date("2011-03-05T22:20:00Z")],
361-
[-2, 2, 2.0, '"', null, new Date("2012-05-31"), new Date("2012-05-31T03:20:00Z")],
361+
[-2, 2, 2.0, '"', "", new Date("2012-05-31"), new Date("2012-05-31T03:20:00Z")],
362362
[-3, 3, 3.0, "\\", "NULL", new Date("2016-04-04"), new Date("2016-04-04T03:30:00Z")],
363363
];
364364
assert.deepEqual(ret, expected);
@@ -379,7 +379,7 @@ Then("Load file with Streaming and Select should be equal", async function () {
379379
}
380380
const expected = [
381381
[-1, 1, 1.0, "'", null, new Date("2011-03-06"), new Date("2011-03-05T22:20:00Z")],
382-
[-2, 2, 2.0, '"', null, new Date("2012-05-31"), new Date("2012-05-31T03:20:00Z")],
382+
[-2, 2, 2.0, '"', "", new Date("2012-05-31"), new Date("2012-05-31T03:20:00Z")],
383383
[-3, 3, 3.0, "\\", "NULL", new Date("2016-04-04"), new Date("2016-04-04T03:30:00Z")],
384384
];
385385
assert.deepEqual(ret, expected);

0 commit comments

Comments
 (0)