Skip to content

Commit

Permalink
Fix affected unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed May 16, 2024
1 parent 9b1c0ca commit 4d205c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
static const uint16_t kTestDiscriminator6 = 104u;
static const uint16_t kTestDiscriminator7 = 105u;
static const uint16_t kDiscoverDeviceTimeoutInSeconds = 10;
static const uint16_t kExpectedDiscoveredDevicesCount = 2;
static const uint16_t kExpectedDiscoveredDevicesCount = 7;

// Singleton controller we use.
static MTRDeviceController * sController = nil;
Expand Down

0 comments on commit 4d205c4

Please sign in to comment.