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]);