mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
deprecated trans_r/w for install/update
This commit is contained in:
@@ -127,7 +127,7 @@ class TestImporter(unittest.TestCase):
|
||||
path, _ = create_random_file(tmpdir)
|
||||
|
||||
imp = Importer('profile', None, '', '', {})
|
||||
self.assertEqual(imp._apply_trans_w(path, trans), None)
|
||||
self.assertEqual(imp._apply_trans_update(path, trans), None)
|
||||
|
||||
|
||||
class TestActions(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user