diff --git a/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py b/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py
index 483361cc9176a9577987c7875d3e0a1e57fd87ac..d0ff27466e13ac33b00af975f5f7a2bdfdff9ab2 100644
--- a/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py
+++ b/{{cookiecutter.project_slug}}/tests/test_is_mandatory.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
 
 def test_is_mandatory():
-    """Just a dummy test since coverage reporter needs at least two files."""
     assert 2 == 5 - 3