| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| index cb0907ff9d97f4713e0698cfac2140fb0e496721..4bf4267f73c1cb00e052f9546f6a70276a7f6405 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| @@ -47,11 +47,11 @@ TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropOneStreamWrap) {
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropTwoStreamsWrap) {
|
| - CapacityDropTestHelper(2, true, 567);
|
| + CapacityDropTestHelper(2, true, 767);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThreeStreamsWrap) {
|
| - CapacityDropTestHelper(3, true, 734);
|
| + CapacityDropTestHelper(3, true, 767);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThirteenStreamsWrap) {
|
|
|