From fa0457bfe90eb09908ea5604fe5353ab9bfaafa5 Mon Sep 17 00:00:00 2001 From: Song Guo Date: Fri, 7 May 2021 15:06:11 +0800 Subject: [PATCH] [hotfix] Fix Darwin template after #6519 --- src/darwin/Framework/CHIP/templates/clusters-tests.zapt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/templates/clusters-tests.zapt b/src/darwin/Framework/CHIP/templates/clusters-tests.zapt index 65cff1ab733f9c..626285606ed7f7 100644 --- a/src/darwin/Framework/CHIP/templates/clusters-tests.zapt +++ b/src/darwin/Framework/CHIP/templates/clusters-tests.zapt @@ -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;