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 bded756a8c046c1254641908f02c64ed59191882..5b007cadb2e1ed1d55fc135902ed42af2dcad386 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_26) { |
+ if (server_connection_->version() > QUIC_VERSION_30) { |
return false; |
} |
return GetParam(); |