We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec8dfa commit 9545720Copy full SHA for 9545720
test/test341.js
@@ -47,9 +47,9 @@ describe('Test 341 Intellectual DOT operator', function () {
47
done();
48
});
49
50
- it.skip('5. FOREIGN KEY way', function (done) {
+ it('5. FOREIGN KEY way', function (done) {
51
var res = alasql('SELECT VALUE $0; SET $0 = 200; SELECT VALUE $0', [100]);
52
- assert.deepEqual(res.sort(), [100, 1, 200]);
+ assert.deepEqual(res, [100, 1, 200]);
53
54
55
0 commit comments