Skip to content

Commit

Permalink
fix(ios): use marathon's time source for test timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Aug 23, 2024
1 parent dbaf166 commit 5809cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ abstract class AccumulatingTestResultListener(private val expectedTestCount: Int
}

private fun testEnded(test: Test, startTime: Long, endTime: Long) {
runResult.testEnded(test = test, testMetrics = emptyMap(), endTime = endTime)
runResult.testEnded(test = test, testMetrics = emptyMap())
}

override suspend fun testRunFailed(errorMessage: String, reason: DeviceFailureReason) {
Expand Down

0 comments on commit 5809cf3

Please sign in to comment.