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 1c43330 commit 3fc44eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ - (void)test008_TestDataStoreDirect
dispatch_sync(_storageQueue, ^{
[storageDelegate controller:controller storeValues:testBulkValues securityLevel:MTRStorageSecurityLevelSecure sharingType:MTRStorageSharingTypeNotShared];
});
// Verify that the store resluted in the correct values
// Verify that the store resulted in the correct values
dataStoreClusterData = [controller.controllerDataStore getStoredClusterDataForNodeID:@(3001)];
for (MTRClusterPath * path in dataStoreClusterData) {
XCTAssertEqualObjects(bulkTestclusterDataDictionary[path], dataStoreClusterData[path]);
Expand Down

0 comments on commit 3fc44eb

Please sign in to comment.