commit c629503dde0e84276b9c47e5f72453fdb79aad3a
parent 93fc4188c7c5f214eec33ce1bfb74ebc07c84f18
Author: Karl Tomlinson <karlt+@karlt.net>
Date: Mon, 17 Nov 2025 23:02:52 +0000
Bug 2000076 Rename TestAudioInputProcessing.ClockDriftExpectation to TestAudioTrackGraph. based on the cpp filename r=pehrsons
This is testing the AudioInputProcessing in the graph, but looks more like
other tests in TestAudioTrackGraph.cpp than in TestAudioInputProcessing.cpp.
Differential Revision: https://phabricator.services.mozilla.com/D272605
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dom/media/gtest/TestAudioTrackGraph.cpp b/dom/media/gtest/TestAudioTrackGraph.cpp
@@ -2721,7 +2721,7 @@ TEST(TestAudioTrackGraph, SecondaryOutputDevice)
}
// Test when AudioInputProcessing expects clock drift
-TEST(TestAudioInputProcessing, ClockDriftExpectation)
+TEST(TestAudioTrackGraph, ClockDriftExpectation)
{
MockCubeb* cubeb = new MockCubeb();
CubebUtils::ForceSetCubebContext(cubeb->AsCubebContext());