diff options
Diffstat (limited to 'service/test/unit')
-rw-r--r-- | service/test/unit/adapter/test_contacts.py | 4 |
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): |