| Index: remoting/protocol/v2_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/v2_authenticator_unittest.cc b/remoting/protocol/v2_authenticator_unittest.cc
|
| index 0d634e47600aebfb63cb71595d1ec00250969eec..dc95318c81300bee298218740f463233b6c86e03 100644
|
| --- a/remoting/protocol/v2_authenticator_unittest.cc
|
| +++ b/remoting/protocol/v2_authenticator_unittest.cc
|
| @@ -61,9 +61,6 @@ TEST_F(V2AuthenticatorTest, SuccessfulAuth) {
|
| host_auth_ = host_->CreateChannelAuthenticator();
|
| RunChannelAuth(false);
|
|
|
| - EXPECT_TRUE(client_socket_.get() != NULL);
|
| - EXPECT_TRUE(host_socket_.get() != NULL);
|
| -
|
| StreamConnectionTester tester(host_socket_.get(), client_socket_.get(),
|
| kMessageSize, kMessages);
|
|
|
|
|