Skip to content

Commit

Permalink
fix(ios): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Aug 23, 2024
1 parent 5809cf3 commit ed34189
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ abstract class AccumulatingTestResultListener(private val expectedTestCount: Int
testEnded(test, startTime, endTime)
}

/**
* Even though apple provides the timestamps for tests, there is no expectation of these being in sync with local time
*/
private fun testEnded(test: Test, startTime: Long, endTime: Long) {
runResult.testEnded(test = test, testMetrics = emptyMap())
}
Expand Down

0 comments on commit ed34189

Please sign in to comment.