We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f661c45 commit 2ccc7c0Copy full SHA for 2ccc7c0
TestFoundation/TestURLCache.swift
@@ -86,6 +86,7 @@ class TestURLCache: XCTestCase {
86
}
87
88
XCTAssertTrue(indicesNotExist.count == 0, "Indices not created: \(indicesNotExist.map({ $0.key }).joined(separator: ", "))")
89
+ sqlite3_close_v2(db!)
90
91
92
0 commit comments