We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbb570 commit 356c6f2Copy full SHA for 356c6f2
Tests/UICoreTests/ViewControllerTests.swift
@@ -60,7 +60,7 @@ final class ViewControllerTests: XCTestCase {
60
61
XCTAssert(sut.next === expectedResult)
62
}
63
-
+
64
func testViewDidLoadMethodCalledAfterLazyViewLoad() {
65
let sut = MockViewController()
66
@@ -89,7 +89,7 @@ final class ViewControllerTests: XCTestCase {
89
wait(for: [expectation], timeout: 0.1)
90
91
92
-func testViewDidLoadMethodNotCalledIfViewNotLoaded() {
+ func testViewDidLoadMethodNotCalledIfViewNotLoaded() {
93
94
95
let expectation = self.expectation(description: "viewDidLoad should not be called")
0 commit comments