Skip to content

Commit

Permalink
Fix TestExchangeMgr assertion about exchange ids. (#27669)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 21, 2024
1 parent e59d07d commit 3934868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/messaging/tests/TestExchangeMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ void CheckNewContextTest(nlTestSuite * inSuite, void * inContext)
ExchangeContext * ec1 = ctx.NewExchangeToBob(&mockAppDelegate);
NL_TEST_EXIT_ON_FAILED_ASSERT(inSuite, ec1 != nullptr);
NL_TEST_ASSERT(inSuite, ec1->IsInitiator() == true);
NL_TEST_ASSERT(inSuite, ec1->GetExchangeId() != 0);
NL_TEST_ASSERT(inSuite, ec1->GetSessionHandle() == ctx.GetSessionAliceToBob());
NL_TEST_ASSERT(inSuite, ec1->GetDelegate() == &mockAppDelegate);

Expand Down

0 comments on commit 3934868

Please sign in to comment.