Skip to content

Commit 9545720

Browse files
Copilotmathiasrw
andauthored
Testcoverage of FOREIGN KEY REFERENCES to close #2356 (#2371)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mathiasrw <[email protected]>
1 parent 3ec8dfa commit 9545720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test341.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ describe('Test 341 Intellectual DOT operator', function () {
4747
done();
4848
});
4949

50-
it.skip('5. FOREIGN KEY way', function (done) {
50+
it('5. FOREIGN KEY way', function (done) {
5151
var res = alasql('SELECT VALUE $0; SET $0 = 200; SELECT VALUE $0', [100]);
52-
assert.deepEqual(res.sort(), [100, 1, 200]);
52+
assert.deepEqual(res, [100, 1, 200]);
5353
done();
5454
});
5555

0 commit comments

Comments
 (0)