Skip to content

Commit

Permalink
Boris' fix for darwin tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Apr 4, 2022
1 parent 727c636 commit 9388830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ CHIPDevice * GetConnectedDevice(void)
- (void)onPairingComplete:(NSError *)error
{
XCTAssertEqual(error.code, 0);
[_expectation fulfill];
_expectation = nil;
// Keep waiting for onCommissioningComplete
}

- (void)onCommissioningComplete:(NSError *)error
Expand Down
3 changes: 1 addition & 2 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9388830

Please sign in to comment.