mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 16:49:42 +00:00
fix test
This commit is contained in:
@@ -162,9 +162,9 @@ class TestCompare(unittest.TestCase):
|
||||
# test compare from dotdrop
|
||||
self.assertFalse(cmd_compare(o, tmp))
|
||||
# test focus
|
||||
o.compare_focus = d4
|
||||
o.compare_focus = [d4]
|
||||
self.assertFalse(cmd_compare(o, tmp))
|
||||
o.compare_focus = '/tmp/fake'
|
||||
o.compare_focus = ['/tmp/fake']
|
||||
self.assertFalse(cmd_compare(o, tmp))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user