summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/test_contacts.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/unit/adapter/test_contacts.py')
-rw-r--r--service/test/unit/adapter/test_contacts.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/test/unit/adapter/test_contacts.py b/service/test/unit/adapter/test_contacts.py
index ee9bf618..3510faf5 100644
--- a/service/test/unit/adapter/test_contacts.py
+++ b/service/test/unit/adapter/test_contacts.py
@@ -15,8 +15,8 @@
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
import unittest
-from pixelated.adapter.contacts import address_duplication_filter
-from pixelated.adapter.contacts import extract_mail_address
+from pixelated.adapter.search.contacts import address_duplication_filter
+from pixelated.adapter.search.contacts import extract_mail_address
class TestContacts(unittest.TestCase):