diff --git a/test/test_skill_resourcesV2.py b/test/test_skill_resourcesV2.py index 04db2b5c8..0db2c66d8 100644 --- a/test/test_skill_resourcesV2.py +++ b/test/test_skill_resourcesV2.py @@ -8,7 +8,8 @@ import yaml from mock import Mock, patch -from ovos_core.intent_services import PadatiousMatcher, IntentService +from ovos_core.intent_services import IntentService +from ovos_core.intent_services.padatious_service import PadatiousMatcher from ovos_bus_client import Message from ovos_bus_client.session import Session, SessionManager from ovos_config.config import update_mycroft_config, Configuration @@ -344,4 +345,4 @@ def test_common_query(self): data['max_confidence']) if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main()