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

Commit

Permalink
chore: add testing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Umer committed Aug 2, 2023
1 parent 72356c1 commit aa66c83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Test/CourseContentPageViewControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ 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 aa66c83

Please sign in to comment.