Skip to content

Commit

Permalink
[hotfix] Fix Darwin template after project-chip#6519
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed May 7, 2021
1 parent c5fff85 commit fa0457b
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 fa0457b

Please sign in to comment.