Mercurial > libervia-backend
diff tests/unit/test_pubsub-cache.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 | 524856bd7b19 |
children | f1d0cde61af7 |
line wrap: on
line diff
--- a/tests/unit/test_pubsub-cache.py Thu Jun 01 21:37:34 2023 +0200 +++ b/tests/unit/test_pubsub-cache.py Fri Jun 02 11:49:51 2023 +0200 @@ -19,8 +19,8 @@ from twisted.internet import defer from pytest_twisted import ensureDeferred as ed from unittest.mock import MagicMock, patch -from sat.memory.sqla import PubsubNode, SyncState -from sat.core.constants import Const as C +from libervia.backend.memory.sqla import PubsubNode, SyncState +from libervia.backend.core.constants import Const as C class TestPubsubCache: