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 ced9103 commit 8aecf91Copy full SHA for 8aecf91
integration_test/surrealdb_wasm_test.dart
@@ -22,6 +22,16 @@ SIGNIN (
22
23
setUpAll(() async {
24
await db.connect('indxdb://surreal');
25
+ /* Tests run on 01 Feb 2024 with 8 errors/failures?
26
+ Local SurrealDB v1.1.1 started with the following command:
27
+ surreal start --log trace --user root --pass root
28
+ await db.connect(
29
+ 'ws://localhost:8000',
30
+ options: {
31
+ 'user': {'username': 'root', 'password': 'root'},
32
+ },
33
+ );
34
+ */
35
await db.use(ns: 'surreal', db: 'surreal');
36
});
37
0 commit comments