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 31586b3 commit f17ad19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,7 @@ - (void)doTestSubscriptionPoolWithSize:(NSInteger)subscriptionPoolSize

XCTAssertEqual(subscriptionDequeueCount, orderedDeviceIDs.count);

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

0 comments on commit f17ad19

Please sign in to comment.