diff --git a/tests/unit/test_SpeechWithoutPauses.py b/tests/unit/test_SpeechWithoutPauses.py index 720501495c9..6b1fb9df594 100644 --- a/tests/unit/test_SpeechWithoutPauses.py +++ b/tests/unit/test_SpeechWithoutPauses.py @@ -1,16 +1,16 @@ # A part of NonVisual Desktop Access (NVDA) # This file is covered by the GNU General Public License. # See the file COPYING for more details. -# Copyright (C) 2019 NV Access Limited +# Copyright (C) 2019-2021 NV Access Limited -"""Unit tests for speechWithoutPauses""" +"""Unit tests for SpeechWithoutPauses""" import unittest from typing import List from speech.types import SpeechSequence from speech.commands import EndUtteranceCommand, LangChangeCommand, CallbackCommand -from speech import SpeechWithoutPauses +from speech.sayAll import SpeechWithoutPauses from logHandler import log