From ae69b0284618b62e133ccfb1d2a01019ef94c3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Bostr=C3=B6m?= Date: Tue, 29 Mar 2016 12:12:57 +0200 Subject: [PATCH] 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} --- webrtc/api/test/fakeaudiocapturemodule_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/api/test/fakeaudiocapturemodule_unittest.cc b/webrtc/api/test/fakeaudiocapturemodule_unittest.cc index 2c5730a813..8ac1acce2b 100644 --- a/webrtc/api/test/fakeaudiocapturemodule_unittest.cc +++ b/webrtc/api/test/fakeaudiocapturemodule_unittest.cc @@ -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