Skip to content

Commit

Permalink
[Darwin] Fix CI failure in MTRDevice/test036_TestStorageBehaviorConfi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
jtung-apple committed Sep 6, 2024
1 parent e96ddd9 commit f239de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,8 @@ - (void)unitTestSetMostRecentReportTimes:(NSMutableArray<NSDate *> *)mostRecentR
std::lock_guard lock(_descriptionLock);
_mostRecentReportTimeForDescription = [mostRecentReportTimes lastObject];
}

std::lock_guard lock(_lock);
[self _notifyDelegateOfPrivateInternalPropertiesChanges];
}
#endif
Expand Down

0 comments on commit f239de7

Please sign in to comment.