summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_crypto_client_stream_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_crypto_client_stream_test.cc')
-rw-r--r--net/quic/quic_crypto_client_stream_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/quic/quic_crypto_client_stream_test.cc b/net/quic/quic_crypto_client_stream_test.cc
index 8e14d77..a39df4f 100644
--- a/net/quic/quic_crypto_client_stream_test.cc
+++ b/net/quic/quic_crypto_client_stream_test.cc
@@ -98,7 +98,6 @@ TEST_F(QuicCryptoClientStreamTest, NegotiatedParameters) {
config->IdleConnectionStateLifetime().ToSeconds());
EXPECT_EQ(kDefaultMaxStreamsPerConnection,
config->MaxStreamsPerConnection());
- EXPECT_EQ(0, config->KeepaliveTimeout().ToSeconds());
const QuicCryptoNegotiatedParameters& crypto_params(
stream_->crypto_negotiated_params());