From 61303f49ad31f5113b98954e637ca64df0f7ee9c Mon Sep 17 00:00:00 2001 From: Bryan Montz Date: Fri, 26 May 2023 07:32:18 -0500 Subject: [PATCH] fix zap test --- damusTests/ZapTests.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/damusTests/ZapTests.swift b/damusTests/ZapTests.swift index 4199e7dd..7d4c27ea 100644 --- a/damusTests/ZapTests.swift +++ b/damusTests/ZapTests.swift @@ -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 {