diff tests/unit/test_plugin_xep_0082.py @ 4071:4b842c1fb686

refactoring: renamed `sat` package to `libervia.backend`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 11:49:51 +0200
parents cecf45416403
children
line wrap: on
line diff
--- a/tests/unit/test_plugin_xep_0082.py	Thu Jun 01 21:37:34 2023 +0200
+++ b/tests/unit/test_plugin_xep_0082.py	Fri Jun 02 11:49:51 2023 +0200
@@ -19,9 +19,9 @@
 from datetime import date, datetime, time, timezone
 
 import pytest
-from sat.core import exceptions
+from libervia.backend.core import exceptions
 
-from sat.plugins.plugin_xep_0082 import XEP_0082
+from libervia.backend.plugins.plugin_xep_0082 import XEP_0082
 
 
 __all__ = [  # pylint: disable=unused-variable