Delete left-over TODO comment

Bug: webrtc:10198
Change-Id: I5fd9f9c5318ff9448fb6e3420e7311d4cc69ea15
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181069
Reviewed-by: Jonas Oreland <jonaso@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31879}
This commit is contained in:
Niels Möller 2020-08-07 12:19:06 +02:00 committed by Commit Bot
parent 2127aaa64e
commit 7150f0feba

View File

@ -1058,7 +1058,6 @@ TEST_F(BasicPortAllocatorTest, TestSameNetworkDownAndUpWhenSessionNotStopped) {
AddInterface(kClientAddr, if_name);
ASSERT_TRUE_SIMULATED_WAIT(candidate_allocation_done_,
kDefaultAllocationTimeout, fake_clock);
// TODO(nisse): Needs fixing, test fails with sizes == 0.
EXPECT_EQ(3U, candidates_.size());
EXPECT_EQ(3U, ports_.size());
}