Skip to content

Commit db5077b

Browse files
committed
Update expected sqlite3 wasm version
1 parent 89df480 commit db5077b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Web tests
181181
run: |
182-
curl https://storage.googleapis.com/simon-public-euw3/assets/sqlite3/wasm/2.3.0/sqlite3.wasm -o example/web/sqlite3.wasm
182+
curl https://storage.googleapis.com/simon-public-euw3/assets/sqlite3/wasm/2.4.3/sqlite3.wasm -o example/web/sqlite3.wasm
183183
dart test -P web -r expanded
184184
# If browsers behave differently on different platforms, surely that's not our fault...
185185
# So, only run browser tests on Linux to be faster.

sqlite3/test/wasm/sqlite3_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void main() {
4848
expect(
4949
version,
5050
isA<Version>()
51-
.having((e) => e.libVersion, 'libVersion', startsWith('3.45')),
51+
.having((e) => e.libVersion, 'libVersion', startsWith('3.46')),
5252
);
5353
});
5454

0 commit comments

Comments
 (0)