We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0ffec commit 88f23b9Copy full SHA for 88f23b9
packages/powersync_core/test/utils/abstract_test_utils.dart
@@ -83,7 +83,7 @@ abstract mixin class TestPowerSyncFactory implements PowerSyncOpenFactory {
83
database: SqliteDatabase.singleConnection(
84
SqliteConnection.synchronousWrapper(raw)),
85
logger: logger ?? Logger.detached('PowerSync.test'),
86
- schema: schema,
+ schema: customSchema ?? schema,
87
);
88
}
89
0 commit comments