mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-18 15:46:38 +02:00
tests: Fix conflict test
This commit is contained in:
parent
84b134a50d
commit
6677cad478
@ -20,7 +20,7 @@ class TestMain(unittest.TestCase):
|
||||
def test_conflict(self):
|
||||
"""> Test arg parsing (-i, -f)"""
|
||||
with self.assertRaises(SystemExit):
|
||||
args = __main__.get_args(["-i", "-f"])
|
||||
args = __main__.get_args(["-i", "file", "-f", "file"])
|
||||
__main__.process_args(args)
|
||||
|
||||
def test_version(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user