diff --git a/test/functional/example_test.py b/test/functional/example_test.py index 39cea2962ff2..d249c7df9a13 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -162,7 +162,7 @@ def run_test(self): # Logs are nice. Do plenty of them. They can be used in place of comments for # breaking the test into sub-sections. - self.log.info("Starting test!") + self.log.info("Starting the test!") self.log.info("Calling a custom function") custom_function() @@ -226,3 +226,4 @@ def run_test(self): if __name__ == '__main__': ExampleTest(__file__).main() + # This is Daisy editing this file