Skip to content

Commit

Permalink
Add failing test to validate CI picks it up
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Nov 28, 2024
1 parent 86c56f1 commit db0661f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/EngagedTimeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class EngagedTimeTests: ParselyTestCase {

let testUrl: String = "http://parsely-stuff.com"

func testFailOnPurpose() {
XCTAssert(false)
}

func testHeartbeatFn() {
let parsely = makePareslyTracker()
let engagedTime = EngagedTime(trackerInstance: parsely)
Expand Down

0 comments on commit db0661f

Please sign in to comment.