Skip to content

Commit cc6d5fe

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by clang-format
1 parent 8df8d47 commit cc6d5fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/controller/tests/data_model/TestRead.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -4628,7 +4628,7 @@ System::Clock::Timeout TestRead::ComputeSubscriptionTimeout(System::Clock::Secon
46284628

46294629
TEST_F(TestRead, TestSubscribeAttributeErrorWithResubWhenCheckIn)
46304630
{
4631-
auto sessionHandle = GetSessionBobToAlice();
4631+
auto sessionHandle = GetSessionBobToAlice();
46324632

46334633
{
46344634
TestResubscriptionCallback callback;
@@ -4647,7 +4647,7 @@ TEST_F(TestRead, TestSubscribeAttributeErrorWithResubWhenCheckIn)
46474647
attributePathParams[0].mClusterId = Clusters::UnitTesting::Id;
46484648
attributePathParams[0].mAttributeId = Clusters::UnitTesting::Attributes::Boolean::Id;
46494649
readPrepareParams.mIsPeerLIT = true;
4650-
constexpr uint16_t maxIntervalCeilingSeconds = 1;
4650+
constexpr uint16_t maxIntervalCeilingSeconds = 1;
46514651

46524652
readPrepareParams.mMaxIntervalCeilingSeconds = maxIntervalCeilingSeconds;
46534653

@@ -4665,7 +4665,7 @@ TEST_F(TestRead, TestSubscribeAttributeErrorWithResubWhenCheckIn)
46654665
{
46664666
ScopedChange directive(gReadResponseDirective, ReadResponseDirective::kSendDataResponse);
46674667
InteractionModelEngine::GetInstance()->OnActiveModeNotification(
4668-
ScopedNodeId(readClient.GetPeerNodeId(), readClient.GetFabricIndex()));
4668+
ScopedNodeId(readClient.GetPeerNodeId(), readClient.GetFabricIndex()));
46694669
DrainAndServiceIO();
46704670
EXPECT_EQ(callback.mOnSubscriptionEstablishedCount, 1);
46714671
}

0 commit comments

Comments
 (0)