Skip to content

Commit

Permalink
Update MTRPerControllerStorageTests.m
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
jtung-apple and bzbarsky-apple authored May 16, 2024
1 parent f17ad19 commit c92d8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@ - (void)doTestSubscriptionPoolWithSize:(NSInteger)subscriptionPoolSize
XCTAssertEqual(subscriptionDequeueCount, orderedDeviceIDs.count);

// Reset our commissionees.
for (NSNumber * deviceID in deviceOnboardingPayloads) {
for (NSNumber * deviceID in orderedDeviceIDs) {
__auto_type * baseDevice = [MTRBaseDevice deviceWithNodeID:deviceID controller:controller];
ResetCommissionee(baseDevice, queue, self, kTimeoutInSeconds);
}
Expand Down

0 comments on commit c92d8e5

Please sign in to comment.