Chromium Code Reviews| Index: blimp/net/blimp_connection_unittest.cc |
| diff --git a/blimp/net/blimp_connection_unittest.cc b/blimp/net/blimp_connection_unittest.cc |
| index 59c7a39a370f218e2a17c58283f87dd14d19822b..5f22ba154bb3fddeb843e56f89e448f0055f03c2 100644 |
| --- a/blimp/net/blimp_connection_unittest.cc |
| +++ b/blimp/net/blimp_connection_unittest.cc |
| @@ -132,7 +132,6 @@ TEST_F(BlimpConnectionTest, AsyncTwoPacketsWriteWithError) { |
| sender->ProcessMessage(CreateControlMessage(), |
| complete_cb_2.callback()); |
| base::ResetAndReturn(&write_packet_cb).Run(net::ERR_FAILED); |
| - EXPECT_EQ(net::ERR_FAILED, complete_cb_2.WaitForResult()); |
|
Wez
2016/04/21 22:44:29
Can we assert that the second callback has not bee
Kevin M
2016/04/22 22:10:41
Done.
|
| } |
| } // namespace |