File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ TEST(RateLimitTest, OnlyAllowedMaxPerSecond)
50
50
auto first_round_time = system_clock::now ();
51
51
auto second_round_time = first_round_time + std::chrono::seconds (5 );
52
52
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;
55
55
56
56
std::unique_ptr<mock::timer> timer = std::make_unique<mock::timer>();
57
57
// Four calls within the same second
You can’t perform that action at this time.
0 commit comments