1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 05:24:17 +00:00
This commit is contained in:
deadc0de6
2019-05-31 20:20:25 +02:00
parent 6f31432f22
commit 806b4690b2
3 changed files with 4 additions and 4 deletions

View File

@@ -194,6 +194,7 @@ class TestImport(unittest.TestCase):
edit_content(dotfile1, editcontent)
o.safe = False
o.update_path = [dotfile1]
o.debug = True
cmd_update(o)
c2 = open(indt1, 'r').read()
self.assertTrue(editcontent == c2)