From 3fc44eb6a46d8fd3cac971be14d915fbdbb4f184 Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:22:46 -0700 Subject: [PATCH] Update src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m Co-authored-by: Boris Zbarsky --- src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m b/src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m index 23db7afed00160..61c88760c1a586 100644 --- a/src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m +++ b/src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m @@ -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]);