Skip to content

Commit d405df9

Browse files
committed
Fix ffi import in shared core version test
1 parent 28d0d7c commit d405df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/test/database/core_version_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:powersync_core/src/database/core_version.dart';
2-
import 'package:sqlite3/sqlite3.dart';
2+
import 'package:sqlite3/common.dart';
33
import 'package:test/test.dart';
44

55
void main() {

0 commit comments

Comments
 (0)