Skip to content

Commit 356c6f2

Browse files
Fix lint issues
1 parent bcbb570 commit 356c6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/UICoreTests/ViewControllerTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class ViewControllerTests: XCTestCase {
6060

6161
XCTAssert(sut.next === expectedResult)
6262
}
63-
63+
6464
func testViewDidLoadMethodCalledAfterLazyViewLoad() {
6565
let sut = MockViewController()
6666

@@ -89,7 +89,7 @@ final class ViewControllerTests: XCTestCase {
8989
wait(for: [expectation], timeout: 0.1)
9090
}
9191

92-
func testViewDidLoadMethodNotCalledIfViewNotLoaded() {
92+
func testViewDidLoadMethodNotCalledIfViewNotLoaded() {
9393
let sut = MockViewController()
9494

9595
let expectation = self.expectation(description: "viewDidLoad should not be called")

0 commit comments

Comments
 (0)