Skip to content

Commit

Permalink
Fix style divergence.
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Mende
Signed-off-by: scott.mende@sslmda.com <scott.mende@sslmda.com>
  • Loading branch information
scott.mende@sslmda.com committed Sep 1, 2020
1 parent 42032cf commit 4c89d1a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ TEST(ReceivedMessageAgeTest, TestOnlyMessagesWithHeaderGetSampled) {
ReceivedDummyCustomHeaderMessageAgeCollector dummy_custom_header_msg_collector{};
auto msg_custom_header = DummyCustomHeaderMessage{};
for (int i = 0; i < kDefaultTimesToTest; ++i) {
dummy_custom_header_msg_collector.OnMessageReceived(msg_custom_header,
dummy_custom_header_msg_collector.OnMessageReceived(
msg_custom_header,
kDefaultTimeMessageReceived);
stats = dummy_custom_header_msg_collector.GetStatisticsResults();
EXPECT_EQ(0, stats.sample_count) << "Expect 0 samples to be collected";
Expand Down

0 comments on commit 4c89d1a

Please sign in to comment.