@@ -2166,12 +2166,12 @@ TEST_F(TestReliableMessageProtocol, CheckReliableMessageAnalyticsForTransmitEven
2166
2166
EXPECT_EQ (messageCounter, thirdTransmitEvent.messageCounter );
2167
2167
2168
2168
testAnalyticsDelegate.mTransmitEvents .pop ();
2169
- auto forthTransmitEvent = testAnalyticsDelegate.mTransmitEvents .front ();
2170
- EXPECT_EQ (forthTransmitEvent .nodeId , expectedNodeId);
2171
- EXPECT_EQ (forthTransmitEvent .fabricIndex , expectedFabricIndex);
2172
- EXPECT_EQ (forthTransmitEvent .eventType , ReliableMessageAnalyticsDelegate::EventType::kRetransmission );
2173
- EXPECT_EQ (forthTransmitEvent .retransmissionCount , 3 );
2174
- EXPECT_EQ (messageCounter, forthTransmitEvent .messageCounter );
2169
+ auto fourthTransmitEvent = testAnalyticsDelegate.mTransmitEvents .front ();
2170
+ EXPECT_EQ (fourthTransmitEvent .nodeId , expectedNodeId);
2171
+ EXPECT_EQ (fourthTransmitEvent .fabricIndex , expectedFabricIndex);
2172
+ EXPECT_EQ (fourthTransmitEvent .eventType , ReliableMessageAnalyticsDelegate::EventType::kRetransmission );
2173
+ EXPECT_EQ (fourthTransmitEvent .retransmissionCount , 3 );
2174
+ EXPECT_EQ (messageCounter, fourthTransmitEvent .messageCounter );
2175
2175
2176
2176
testAnalyticsDelegate.mTransmitEvents .pop ();
2177
2177
auto fifthTransmitEvent = testAnalyticsDelegate.mTransmitEvents .front ();
@@ -2308,12 +2308,12 @@ TEST_F(TestReliableMessageProtocol, CheckReliableMessageAnalyticsForTransmitFail
2308
2308
EXPECT_EQ (messageCounter, thirdTransmitEvent.messageCounter );
2309
2309
2310
2310
testAnalyticsDelegate.mTransmitEvents .pop ();
2311
- auto forthTransmitEvent = testAnalyticsDelegate.mTransmitEvents .front ();
2312
- EXPECT_EQ (forthTransmitEvent .nodeId , expectedNodeId);
2313
- EXPECT_EQ (forthTransmitEvent .fabricIndex , expectedFabricIndex);
2314
- EXPECT_EQ (forthTransmitEvent .eventType , ReliableMessageAnalyticsDelegate::EventType::kRetransmission );
2315
- EXPECT_EQ (forthTransmitEvent .retransmissionCount , 3 );
2316
- EXPECT_EQ (messageCounter, forthTransmitEvent .messageCounter );
2311
+ auto fourthTransmitEvent = testAnalyticsDelegate.mTransmitEvents .front ();
2312
+ EXPECT_EQ (fourthTransmitEvent .nodeId , expectedNodeId);
2313
+ EXPECT_EQ (fourthTransmitEvent .fabricIndex , expectedFabricIndex);
2314
+ EXPECT_EQ (fourthTransmitEvent .eventType , ReliableMessageAnalyticsDelegate::EventType::kRetransmission );
2315
+ EXPECT_EQ (fourthTransmitEvent .retransmissionCount , 3 );
2316
+ EXPECT_EQ (messageCounter, fourthTransmitEvent .messageCounter );
2317
2317
2318
2318
testAnalyticsDelegate.mTransmitEvents .pop ();
2319
2319
auto fifthTransmitEvent = testAnalyticsDelegate.mTransmitEvents .front ();
0 commit comments