We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c46fa commit ca6bd69Copy full SHA for ca6bd69
1 file changed
test/test1666.js
@@ -56,7 +56,7 @@ describe('Test ' + test + ' - inner functions for SUM, MIN and MAX', function ()
56
FROM ?`,
57
data
58
);
59
- assert.deepEqual(res, [{a: null}]);
+ assert.deepEqual(res, [{a: undefined}]);
60
assert.strictEqual(res[0].a, undefined);
61
62
var data = [[{a: 2}]];
0 commit comments