diff --git a/Test/CourseContentPageViewControllerTests.swift b/Test/CourseContentPageViewControllerTests.swift index be1b40b24..17433b7c7 100644 --- a/Test/CourseContentPageViewControllerTests.swift +++ b/Test/CourseContentPageViewControllerTests.swift @@ -210,10 +210,6 @@ class CourseContentPageViewControllerTests: SnapshotTestCase { } } - func testABC() { - XCTAssert(true) - } - private func wait(for duration: Double, completion: @escaping () -> ()) { DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + Double(Int64(duration * TimeInterval(NSEC_PER_SEC))) / Double(NSEC_PER_SEC)) { completion()