Skip to content

Commit 9d3e7e0

Browse files
committed
Rename Test to make it more readable
1 parent 41909ed commit 9d3e7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebasePerformance/Tests/Unit/FPRScreenTraceTrackerTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ - (void)testSlowFrameIsRecordedWithCustomMaxFPSOnTvOS {
993993
/** Tests that the epsilon value correctly handles edge cases around 59.94 vs 60 Hz displays.
994994
* Frames right at the threshold should not be miscounted due to floating point precision.
995995
*/
996-
- (void)testSlowFrameEpsilonHandlesBoundaryCases {
996+
- (void)testSlowFrameRate_isHandled_inEdgeCases {
997997
[self withStubbedMaxFPS:60
998998
performBlock:^{
999999
FPRScreenTraceTracker *testTracker = [self createTestTrackerWithStubbedFPS:60];

0 commit comments

Comments
 (0)