mirror of
https://github.com/ViennaRSS/vienna-rss.git
synced 2026-04-07 19:27:39 +00:00
Resolve new SwiftLint warnings
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user