You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertGreaterThanOrEqual(actualTotalFrames, expectedMinimumTotalFrames,"Actual frames:\(actualTotalFrames) should be greater than \(expectedMinimumTotalFrames) with frame rate of \(maximumFramesPerSecond)")
124
-
XCTAssertLessThanOrEqual(actualTotalFrames, expectedMaximumTotalFrames,"Actual frames:\(actualTotalFrames) should be less than \(expectedMaximumTotalFrames) with frame rate of \(maximumFramesPerSecond)")
120
+
XCTAssertGreaterThanOrEqual(actualTotalFrames, expectedMinimumTotalFrames,"Actual frames:\(actualTotalFrames) should be greater than \(expectedMinimumTotalFrames)")
121
+
XCTAssertLessThanOrEqual(actualTotalFrames, expectedMaximumTotalFrames,"Actual frames:\(actualTotalFrames) should be less than \(expectedMaximumTotalFrames)")
0 commit comments