File tree 1 file changed +2
-2
lines changed
src/controller/tests/data_model
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2387,11 +2387,11 @@ TEST_F(TestRead, TestSubscribeFailed_OnActiveModeNotification)
2387
2387
2388
2388
GetLoopback ().mNumMessagesToDrop = LoopbackTransport::kUnlimitedMessageCount ;
2389
2389
GetIOContext ().DriveIOUntil (System::Clock::Milliseconds32 (3000 ),
2390
- [&]() { return callback.mOnResubscriptionsAttempted == 1 ; });
2390
+ [&]() { return callback.mOnResubscriptionsAttempted == 1 ; });
2391
2391
EXPECT_EQ (callback.mOnSubscriptionEstablishedCount , 0 );
2392
2392
2393
2393
GetIOContext ().DriveIOUntil (System::Clock::Milliseconds32 (3000 ),
2394
- [&]() { return callback.mOnResubscriptionsAttempted == 2 ; });
2394
+ [&]() { return callback.mOnResubscriptionsAttempted == 2 ; });
2395
2395
EXPECT_EQ (callback.mOnSubscriptionEstablishedCount , 0 );
2396
2396
2397
2397
GetLoopback ().mNumMessagesToDrop = 0 ;
You can’t perform that action at this time.
0 commit comments