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 0a81d64 commit ec1eba1Copy full SHA for ec1eba1
Tests/PowerSyncTests/Kotlin/SqlCursorTests.swift
@@ -33,7 +33,8 @@ final class SqlCursorTests: XCTestCase {
33
34
database = KotlinPowerSyncDatabaseImpl(
35
schema: schema,
36
- dbFilename: ":memory:"
+ dbFilename: ":memory:",
37
+ logger: DatabaseLogger(DefaultLogger())
38
)
39
try await database.disconnectAndClear()
40
}
0 commit comments