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 36a3b76 commit da4fc8cCopy full SHA for da4fc8c
Tests/PowerSyncGRDBTests/BasicTest.swift
@@ -82,6 +82,7 @@ final class GRDBTests: XCTestCase {
82
override func tearDown() async throws {
83
try await database.disconnectAndClear()
84
database = nil
85
+ try pool.close()
86
try await super.tearDown()
87
}
88
0 commit comments