Index: net/quic/quic_crypto_server_stream_test.cc |
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc |
index 4b32c18dbc83f1b28a9f3f7c04afb64d89af211e..303c1747060441df1d31640a66c1d7bc8d5dba6a 100644 |
--- a/net/quic/quic_crypto_server_stream_test.cc |
+++ b/net/quic/quic_crypto_server_stream_test.cc |
@@ -145,7 +145,7 @@ class QuicCryptoServerStreamTest : public ::testing::TestWithParam<bool> { |
} |
bool AsyncStrikeRegisterVerification() { |
- if (server_connection_->version() > QUIC_VERSION_30) { |
+ if (server_connection_->version() > QUIC_VERSION_31) { |
return false; |
} |
return GetParam(); |