Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Feb 20, 2024
1 parent c75c0fb commit 2a355ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/MiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,5 @@ public function test_throttle_requests_middleware_with_header_rate_limiter(): vo
$this->expectException(RateLimitReachedException::class);

$connector->send(new DummyRequest());
dump($this->cache);
}
}

0 comments on commit 2a355ff

Please sign in to comment.