Skip to content

Commit

Permalink
[hotfix] Fix Darwin template after #6519 (#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing authored and pull[bot] committed Jul 2, 2021
1 parent 5453214 commit 0fb2e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/templates/clusters-tests.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ CHIPDevice * GetPairedDevice(uint64_t deviceId)
[controller setListenPort:kLocalPort];
[controller setPairingDelegate:pairing queue:callbackQueue];

BOOL started = [controller startup:nil queue:nil];
BOOL started = [controller startup:nil];
XCTAssertTrue(started);

NSError * error;
Expand Down

0 comments on commit 0fb2e70

Please sign in to comment.