Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIPTests/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 Apr 11, 2024
1 parent fc33a56 commit 1c43330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ - (void)test008_TestDataStoreDirect
@(2) : @ { MTRTypeKey : MTRUnsignedIntegerValueType, MTRValueKey : @(222) },
@(3) : @ { MTRTypeKey : MTRUnsignedIntegerValueType, MTRValueKey : @(223) },
};
NSDictionary<MTRClusterPath *, MTRDeviceClusterData *> * bulkTestclusterDataDictionary = @{
NSDictionary<MTRClusterPath *, MTRDeviceClusterData *> * bulkTestClusterDataDictionary = @{
bulkTestClusterPath11 : bulkTestClusterData11,
bulkTestClusterPath12 : bulkTestClusterData12,
bulkTestClusterPath13 : bulkTestClusterData13,
Expand Down

0 comments on commit 1c43330

Please sign in to comment.