Skip to content

Commit 2173809

Browse files
davidmartos96simolus3
authored andcommitted
fix tests
1 parent 5b27f0e commit 2173809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/test/utils/abstract_test_utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ extension MockSync on PowerSyncDatabase {
154154
}) {
155155
final impl = StreamingSyncImplementation(
156156
adapter: BucketStorage(this),
157-
schema: null,
157+
schema: schema,
158158
client: client,
159159
options: ResolvedSyncOptions(options),
160160
connector: InternalConnector.wrap(connector, this),

0 commit comments

Comments
 (0)