| Index: net/quic/quic_write_blocked_list_test.cc
|
| diff --git a/net/quic/quic_write_blocked_list_test.cc b/net/quic/quic_write_blocked_list_test.cc
|
| index d20a551669abd5f54c66bf907acc116223228f18..827f9712c8d3b4f18571a246faccc87bde2e11d7 100644
|
| --- a/net/quic/quic_write_blocked_list_test.cc
|
| +++ b/net/quic/quic_write_blocked_list_test.cc
|
| @@ -146,8 +146,7 @@ TEST(QuicWriteBlockedListTest, BatchingWrites) {
|
|
|
| // Higher priority streams will always be popped first, even if using their
|
| // byte quota
|
| - write_blocked_list.AddStream(id3, net::kHighestPriority);
|
| - write_blocked_list.UpdateBytesForStream(id1, 20000);
|
| + write_blocked_list.UpdateBytesForStream(id3, 20000);
|
| write_blocked_list.AddStream(id3, net::kHighestPriority);
|
| EXPECT_EQ(id3, write_blocked_list.PopFront());
|
|
|
|
|