We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5acfe78 + e8cbbe4 commit c740fbfCopy full SHA for c740fbf
tests/system/Throttle/ThrottleTest.php
@@ -113,7 +113,7 @@ public function testDecrementsValues()
113
$throttler->check('127.0.0.1', 60, MINUTE);
114
115
116
- $this->assertSame(57, $this->cache->get('throttler_127.0.0.1'));
+ $this->assertCloseEnough(57, $this->cache->get('throttler_127.0.0.1'));
117
}
118
119
public function testReturnsFalseIfBucketEmpty()
0 commit comments