Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Jun 12, 2024
1 parent 5cdd829 commit d304143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIPTests/MTRDeviceTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -4185,7 +4185,7 @@ - (void)test038_MTRDeviceMultipleDelegatesInterestedPaths
XCTestExpectation * gotReportEnd4again = [self expectationWithDescription:@"Report end for delegate 4 again"];
delegate4.onReportEnd = ^{
[gotReportEnd4again fulfill];
__strong __auto_type strongDelegate = weakDelegate3;
__strong __auto_type strongDelegate = weakDelegate4;
strongDelegate.onReportEnd = nil;
};

Expand Down

0 comments on commit d304143

Please sign in to comment.