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 ecb8fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1504,8 +1504,8 @@ - (void)unitTestSetMostRecentReportTimes:(NSMutableArray<NSDate *> *)mostRecentR
{
std::lock_guard lock(_descriptionLock);
_mostRecentReportTimeForDescription = [mostRecentReportTimes lastObject];
[self _notifyDelegateOfPrivateInternalPropertiesChanges];
}
[self _notifyDelegateOfPrivateInternalPropertiesChanges];
}
#endif

Expand Down

0 comments on commit ecb8fc3

Please sign in to comment.