diff --git a/tests/test_install.py b/tests/test_install.py index 5c11f59..4ff5859 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -174,6 +174,7 @@ exec bspwm # test action has been executed self.assertTrue(os.path.exists(fact)) + self.assertTrue(str(act1) != '') actcontent = open(fact, 'r').read().rstrip() self.assertTrue(actcontent == value)