Skip to content

Commit f018662

Browse files
Add disconnectAndClear to test
1 parent 12b87b5 commit f018662

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/PowerSyncTests/ConnectTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,7 @@ final class ConnectTests: XCTestCase {
128128
)
129129

130130
await fulfillment(of: [expectation], timeout: 5)
131+
132+
try await database.disconnectAndClear()
131133
}
132134
}

0 commit comments

Comments
 (0)