Skip to content

Commit

Permalink
[11498] Rebase corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Barro committed May 10, 2021
1 parent a717938 commit a637d06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittest/statistics/rtps/RTPSStatisticsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,8 @@ TEST_F(RTPSStatisticsTests, statistics_rpts_avoid_empty_resent_callbacks)
.Times(AtLeast(1));
EXPECT_CALL(*writer_listener, on_data_count)
.Times(AtLeast(1));
EXPECT_CALL(*writer_listener, on_sample_datas)
.Times(AtLeast(1));
EXPECT_CALL(*writer_listener, on_resent_count)
.Times(0); // never called

Expand Down

0 comments on commit a637d06

Please sign in to comment.