Skip to content

Commit 770bdfb

Browse files
committed
Update ClientSDK tests
* C# and Java SDKs should now check that the list of installed sources is non-empty * JavaScript SDK includes alglib in the list of default sources
1 parent 9669631 commit 770bdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/test/sdk/RelAPIMixin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const fs = require('fs').promises;
33
const os = require('os');
44
import LocalConnection from '../../src/sdk/LocalConnection.js';
55

6-
const defaultSources = ["intrinsics", "stdlib", "ml"];
6+
const defaultSources = ["alglib", "intrinsics", "stdlib", "ml"];
77
const incrementQuery =
88
`
99
def insert[:x] = x + 1

0 commit comments

Comments
 (0)