diff --git a/project_name/tests/test_blank.py b/project_name/tests/test_blank.py index 9f00706..28050ab 100644 --- a/project_name/tests/test_blank.py +++ b/project_name/tests/test_blank.py @@ -1,7 +1,2 @@ def test_blank(): - """ - This is a placeholder for some testing and to verify your continuous - integration works as expected. - - Remove this function and write your own tests! - """ + print("Hello, WOrld")