Skip to content

Commit 6acdd6c

Browse files
committed
wip
1 parent 8e3160e commit 6acdd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appsec/tests/helper/rate_limit_test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ TEST(RateLimitTest, OnlyAllowedMaxPerSecond)
5050
auto first_round_time = system_clock::now();
5151
auto second_round_time = first_round_time + std::chrono::seconds(5);
5252

53-
std::cout << "first_round_time is " << first_round_time.time_since_epoch().count() << std::endl;
54-
std::cout << "second_round_time is " << second_round_time.time_since_epoch().count() << std::endl;
53+
// std::cout << "first_round_time is " << first_round_time.time_since_epoch().count() << std::endl;
54+
// std::cout << "second_round_time is " << second_round_time.time_since_epoch().count() << std::endl;
5555

5656
std::unique_ptr<mock::timer> timer = std::make_unique<mock::timer>();
5757
// Four calls within the same second

0 commit comments

Comments
 (0)