| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
|
| index e307242f8d392055d2eb92b39f7316a8d2b85fb3..a486bce503139b902e273b0f77092ac7df451563 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
|
| @@ -57,8 +57,7 @@ class BweFeedbackTest
|
|
|
| INSTANTIATE_TEST_CASE_P(VideoSendersTest,
|
| BweFeedbackTest,
|
| - ::testing::Values(kRembEstimator,
|
| - kFullSendSideEstimator));
|
| + ::testing::Values(kRembEstimator, kSendSideEstimator));
|
|
|
| TEST_P(BweFeedbackTest, ConstantCapacity) {
|
| AdaptiveVideoSource source(0, 30, 300, 0, 0);
|
|
|