1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

diff static

This commit is contained in:
deadc0de6
2024-01-27 09:10:30 +01:00
committed by deadc0de
parent f54788b0e7
commit e94b5bb5c0
3 changed files with 41 additions and 17 deletions

View File

@@ -129,7 +129,8 @@ class TestCompare(unittest.TestCase):
expected = {df1: True, df2: True, df3: True, df4: True,
df5: True, df9: True}
results = self.compare(opt, tmp, len(dfiles))
self.assertTrue(results == expected)
self.maxDiff = None
self.assertEqual(results, expected)
# modify file
edit_content(df1, get_string(20))