Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored May 16, 2024
1 parent 4311b90 commit ed9efe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ - (void)doTestSubscriptionPoolWithSize:(NSInteger)subscriptionPoolSize
NSUserDefaults * defaults = [[NSUserDefaults alloc] initWithSuiteName:kLocalTestUserDefaultDomain];
NSNumber * subscriptionPoolSizeOverrideOriginalValue = [defaults objectForKey:kLocalTestUserDefaultSubscriptionPoolSizeOverrideKey];

// Test DeviceController with a Subscription pool of 2
// Test DeviceController with a Subscription pool
[defaults setInteger:subscriptionPoolSize forKey:kLocalTestUserDefaultSubscriptionPoolSizeOverrideKey];

MTRPerControllerStorageTestsCertificateIssuer * certificateIssuer;
Expand Down

0 comments on commit ed9efe7

Please sign in to comment.