-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Component/s: xcode-plugin
-
None
(Using jenkins Xcode plugin)
I tried with Objective C unit test and it is working. But when we are running Swift unit tests we have this issue :
Test Case '-[OMPlus_DemoTests.OMSWorkoutReportProjectorTests testZeroesDontContributeToAggregates]' started.
/Users/builder/.jenkins/jobs/project/workspace/projectName/OMPlus-Demo-Tests/OMSWorkoutReportProjectorTests.swift:256: error: -[OMPlus_DemoTests.OMSWorkoutReportProjectorTests testZeroesDontContributeToAggregates] : XCTAssertEqual failed: ("18") is not equal to ("15") - peak HR from second workout
FATAL: Log statements out of sync: current test suite was 'OMSWorkoutReportProjectorTests' and not 'OMPlus_DemoTests.OMSWorkoutReportProjectorTests'
Do you have a fix in progress for this issue ?