Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
refactor: remove test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Umer committed Aug 3, 2023
1 parent aa66c83 commit 62842f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Test/CourseContentPageViewControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 62842f2

Please sign in to comment.