File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ dependencies:
22
22
js : ^0.6.7
23
23
24
24
dev_dependencies :
25
- dcli : ^3.3.5
25
+ dcli : ^4.0.0
26
26
lints : ^3.0.0
27
27
test : ^1.25.0
28
28
test_api : ^0.7.0
29
29
path_provider : ^2.0.13
30
- sqlite3 : ^2.3.0
30
+ sqlite3 : 2.4.2
31
31
shelf : ^1.4.1
32
32
shelf_router : ^1.1.4
33
33
shelf_static : ^1.1.2
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ void main() {
116
116
return PowerSyncCredentials (endpoint: server.endpoint, token: 'token' );
117
117
}
118
118
119
- final pdb = await setupPowerSync (path: path);
119
+ final pdb = await testUtils. setupPowerSync (path: path);
120
120
pdb.retryDelay = Duration (milliseconds: 5000 );
121
121
var connector = TestConnector (credentialsCallback);
122
122
pdb.connect (connector: connector);
You can’t perform that action at this time.
0 commit comments