diff --git a/composeexample/utils.py b/composeexample/utils.py index 7316f57..9aa2c15 100644 --- a/composeexample/utils.py +++ b/composeexample/utils.py @@ -1,7 +1,8 @@ import unittest +""" Doc string """ def isGood(): - return False + return True class UtilsTest(unittest.TestCase): def test(self):