Skip to content

Commit 3b16668

Browse files
update sqlite_web package
1 parent 102cdeb commit 3b16668

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: '>=3.3.0 <4.0.0'
77

88
dependencies:
9-
sqlite3_web: ^0.1.0-wip
9+
sqlite3_web: ^0.1.1-wip
1010
sqlite3: ^2.4.3
1111
async: ^2.10.0
1212
collection: ^1.17.0

test/basic_shared_test.dart

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ void main() {
3838
'INSERT INTO test_data(description) VALUES(?)', ['test']);
3939
}, throwsA((e) => e is LockError && e.message.contains('tx.execute')));
4040
});
41-
// Uncomment this to break this test
42-
// await db.close();
4341
});
4442

4543
test('should allow PRAMGAs', () async {

0 commit comments

Comments
 (0)