| Index: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores_unittest.py
|
| diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores_unittest.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores_unittest.py
|
| index 1abe786a5063d22177e78950e9919b83a8b6fb13..9b29555c1ac1eaf35a21b2dab429c8450f552d31 100644
|
| --- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores_unittest.py
|
| +++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores_unittest.py
|
| @@ -6,7 +6,7 @@
|
| # in the file PATENTS. All contributing project authors may
|
| # be found in the AUTHORS file in the root of the source tree.
|
|
|
| -"""Unit tests for the evaluation scores.
|
| +"""Unit tests for the eval_scores module.
|
| """
|
|
|
| import unittest
|
| @@ -15,6 +15,8 @@ from . import eval_scores
|
|
|
|
|
| class TestEvalScores(unittest.TestCase):
|
| + """Unit tests for the eval_scores module.
|
| + """
|
|
|
| def test_registered_classes(self):
|
| # Check that there is at least one registered evaluation score worker.
|
|
|