]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/tests/test_test.py
Fix a leftover from real code
[cookiecutter.git] / project_template / tests / test_test.py
index 422d67dcc2b115e2d7bc6cb6d55b31da8ca08a2d..1a340127fdc1c548fd694f9af85aeb803dde3122 100755 (executable)
@@ -5,7 +5,7 @@ import unittest
 from tests import main
 
 
-class TestFormat(unittest.TestCase):
+class TestTest(unittest.TestCase):
     def test_test(self):
         self.assertEqual()