Skip to content

Commit 6c67002

Browse files
committed
Clean up
1 parent 5d18b88 commit 6c67002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIPTests/MTRDeviceTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3620,7 +3620,7 @@ - (void)test034_TestMTRDeviceHistoricalEvents
36203620

36213621
- (void)test035_TestMTRDeviceSubscriptionNotEstablishedOverXPC
36223622
{
3623-
static NSString * const MTRDeviceControllerId = @"MTRController";
3623+
NSString * const MTRDeviceControllerId = @"MTRController";
36243624
__auto_type remoteController = [MTRDeviceController
36253625
sharedControllerWithID:MTRDeviceControllerId
36263626
xpcConnectBlock:^NSXPCConnection * _Nonnull {

0 commit comments

Comments
 (0)