diff options
Diffstat (limited to 'tests/test_logs.py')
-rw-r--r-- | tests/test_logs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_logs.py b/tests/test_logs.py index d61700f2..072ac1a5 100644 --- a/tests/test_logs.py +++ b/tests/test_logs.py @@ -1,10 +1,9 @@ import unittest2 as unittest -from soledad.util import TransactionLog, SyncLog +from leap.soledad.util import TransactionLog, SyncLog class LogTestCase(unittest.TestCase): - def test_transaction_log(self): data = [ (2, "doc_3", "tran_3"), |