Fix typo in FakeAdmTest.TestProcess name.

BUG=
R=pthatcher@webrtc.org

Review URL: https://codereview.webrtc.org/1820133003 .

Cr-Commit-Position: refs/heads/master@{#12134}
This commit is contained in:
Peter Boström 2016-03-29 12:12:57 +02:00
parent 58d992e025
commit ae69b02846

View File

@ -119,7 +119,7 @@ class FakeAdmTest : public testing::Test,
size_t rec_buffer_bytes_;
};
TEST_F(FakeAdmTest, TestProccess) {
TEST_F(FakeAdmTest, TestProcess) {
// Next process call must be some time in the future (or now).
EXPECT_LE(0, fake_audio_capture_module_->TimeUntilNextProcess());
// Process call updates TimeUntilNextProcess() but there are no guarantees on