Skip to content

Commit

Permalink
Fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
asendra committed Nov 29, 2024
1 parent 4f506a7 commit 2c4a498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class GRDBCacheStorageTests: XCTestCase {
override func setUpWithError() throws {
// Create an in-memory database for testing
dbQueue = try DatabaseQueue()

try GRDBCacheStorage.initializeDatabase(dbQueue: dbQueue)
cacheStorage = GRDBCacheStorage(dbQueue: dbQueue)
}

Expand Down

0 comments on commit 2c4a498

Please sign in to comment.