1
0
mirror of git://jb55.com/damus synced 2024-10-06 11:43:21 +00:00

fix zap test

This commit is contained in:
Bryan Montz 2023-05-26 07:32:18 -05:00
parent e10dc93233
commit 61303f49ad

View File

@ -11,7 +11,8 @@ import XCTest
final class ZapTests: XCTestCase {
override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
let db = ProfileDatabase()
try db.remove_all_profiles()
}
override func tearDownWithError() throws {