Resolve new SwiftLint warnings

This commit is contained in:
Eitot
2023-10-03 09:44:09 +02:00
parent 299e7d11a0
commit c9df355ecd
2 changed files with 0 additions and 20 deletions
-10
View File
@@ -22,16 +22,6 @@ import XCTest
class CriteriaTests: XCTestCase {
override func setUpWithError() throws {
try super.setUpWithError()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
try super.tearDownWithError()
}
// MARK: Criteria Tests
func testCriteriaTreeInitWithString() {
-10
View File
@@ -21,16 +21,6 @@ import XCTest
class ExportTests: XCTestCase {
override func setUpWithError() throws {
try super.setUpWithError()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
try super.tearDownWithError()
}
/// Test helper method to return an array of folders for export
func foldersArray() -> [Any] {
guard let database = Database.shared else {