| Index: net/quic/quic_crypto_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc
|
| index 8f8028b5d94b2e688cc4ca502bff1453b769577d..ec9f5c6639056b046e292b8d5688d773b299f230 100644
|
| --- a/net/quic/quic_crypto_stream_test.cc
|
| +++ b/net/quic/quic_crypto_stream_test.cc
|
| @@ -74,7 +74,8 @@ class QuicCryptoStreamTest : public ::testing::Test {
|
| };
|
|
|
| TEST_F(QuicCryptoStreamTest, NotInitiallyConected) {
|
| - EXPECT_FALSE(stream_.handshake_complete());
|
| + EXPECT_FALSE(stream_.encryption_established());
|
| + EXPECT_FALSE(stream_.handshake_confirmed());
|
| }
|
|
|
| TEST_F(QuicCryptoStreamTest, OnErrorClosesConnection) {
|
|
|