Skip to content

Commit

Permalink
Merge pull request #21 from laravel/5.8
Browse files Browse the repository at this point in the history
Fix failing Redis test
  • Loading branch information
imanghafoori1 authored Feb 22, 2019
2 parents 4b279aa + 030a4ab commit 62e5748
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Integration/Http/ThrottleRequestsWithRedisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public function test_lock_opens_immediately_after_decay()

Carbon::setTestNow($now);

resolve('redis')->flushAll();

Route::get('/', function () {
return 'yes';
})->middleware(ThrottleRequestsWithRedis::class.':2,1');
Expand Down

0 comments on commit 62e5748

Please sign in to comment.