Fix some swiftlint issues.

This commit is contained in:
Brent Simmons 2025-01-22 21:40:58 -08:00
parent 674dbb5bc3
commit 9ff788d69f

View File

@ -9,27 +9,16 @@
import XCTest import XCTest
class NetNewsWire_iOSTests: XCTestCase { class NetNewsWire_iOSTests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}
func testExample() { func testExample() {
// This is an example of a functional test case. // This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results. // Use XCTAssert and related functions to verify your tests produce the correct results.
} }
func testPerformanceExample() { func testPerformanceExample() {
// This is an example of a performance test case. // This is an example of a performance test case.
self.measure { self.measure {
// Put the code you want to measure the time of here. // Put the code you want to measure the time of here.
} }
} }
} }