Skip to content

Commit ca6bd69

Browse files
authored
Change assertion from null to undefined
1 parent 23c46fa commit ca6bd69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test1666.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('Test ' + test + ' - inner functions for SUM, MIN and MAX', function ()
5656
FROM ?`,
5757
data
5858
);
59-
assert.deepEqual(res, [{a: null}]);
59+
assert.deepEqual(res, [{a: undefined}]);
6060
assert.strictEqual(res[0].a, undefined);
6161

6262
var data = [[{a: 2}]];

0 commit comments

Comments
 (0)