We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d18b88 commit 6c67002Copy full SHA for 6c67002
src/darwin/Framework/CHIPTests/MTRDeviceTests.m
@@ -3620,7 +3620,7 @@ - (void)test034_TestMTRDeviceHistoricalEvents
3620
3621
- (void)test035_TestMTRDeviceSubscriptionNotEstablishedOverXPC
3622
{
3623
- static NSString * const MTRDeviceControllerId = @"MTRController";
+ NSString * const MTRDeviceControllerId = @"MTRController";
3624
__auto_type remoteController = [MTRDeviceController
3625
sharedControllerWithID:MTRDeviceControllerId
3626
xpcConnectBlock:^NSXPCConnection * _Nonnull {
0 commit comments