Skip to content

Commit b33bfb9

Browse files
committed
Clean up
1 parent f5bc12a commit b33bfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPCurlClass/PHPMultiCurlClassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4552,7 +4552,7 @@ public function testSetRateLimitTenPerTwoMinutes()
45524552
$this->assertLessThanOrEqual(241, $request_stats['29']['start_diff']);
45534553

45544554
// Assert R30 starts around 360. Allow for some drift.
4555-
$this->assertGreaterThanOrEqual(359, $request_stats['30']['start_diff']);//
4555+
$this->assertGreaterThanOrEqual(359, $request_stats['30']['start_diff']);
45564556
$this->assertLessThanOrEqual(361, $request_stats['30']['start_diff']);
45574557
}
45584558
}

0 commit comments

Comments
 (0)