mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-09 15:38:30 +01:00
fixes lint error
This commit is contained in:
parent
91992dca01
commit
67831428f1
@ -20,7 +20,8 @@ class TestMain(unittest.TestCase):
|
|||||||
reload.env = MagicMock()
|
reload.env = MagicMock()
|
||||||
args = __main__.get_args(["-e"])
|
args = __main__.get_args(["-e"])
|
||||||
__main__.process_args(args)
|
__main__.process_args(args)
|
||||||
reload.env.assert_not_called()
|
self.assertFalse(reload.env.called)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user