From: Oleg Broytman Date: Sat, 23 Jul 2016 13:52:15 +0000 (+0300) Subject: Fix a leftover from real code X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=688cdbd8c89379d3183f284ceae2b0b9a2e09fae Fix a leftover from real code --- diff --git a/project_template/tests/test_test.py b/project_template/tests/test_test.py index 422d67d..1a34012 100755 --- a/project_template/tests/test_test.py +++ b/project_template/tests/test_test.py @@ -5,7 +5,7 @@ import unittest from tests import main -class TestFormat(unittest.TestCase): +class TestTest(unittest.TestCase): def test_test(self): self.assertEqual()