Add StopDiscovery call

Test only change.

PiperOrigin-RevId: 551358525
This commit is contained in:
Janusz Sobczak
2023-07-26 17:14:08 -07:00
committed by Copybara-Service
parent 35acd3d849
commit 2c1ed158bc
@@ -16,6 +16,7 @@
#include <memory>
#include <string>
#include <tuple>
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
@@ -690,6 +691,7 @@ TEST_P(P2pClusterPcpHandlerTest, CanConnect) {
EXPECT_EQ(client_a_.GetIPAddress(client_b_local_endpoint),
mediums_b.GetWifi().GetInformation().ip_address_4_bytes);
handler_b.StopDiscovery(&client_b_);
bwu_a.Shutdown();
bwu_b.Shutdown();
env_.Stop();