We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102cdeb commit 3b16668Copy full SHA for 3b16668
pubspec.yaml
@@ -6,7 +6,7 @@ environment:
6
sdk: '>=3.3.0 <4.0.0'
7
8
dependencies:
9
- sqlite3_web: ^0.1.0-wip
+ sqlite3_web: ^0.1.1-wip
10
sqlite3: ^2.4.3
11
async: ^2.10.0
12
collection: ^1.17.0
test/basic_shared_test.dart
@@ -38,8 +38,6 @@ void main() {
38
'INSERT INTO test_data(description) VALUES(?)', ['test']);
39
}, throwsA((e) => e is LockError && e.message.contains('tx.execute')));
40
});
41
- // Uncomment this to break this test
42
- // await db.close();
43
44
45
test('should allow PRAMGAs', () async {
0 commit comments