diff options
Diffstat (limited to 'djangorestframework/tests/package.py')
| -rw-r--r-- | djangorestframework/tests/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/package.py b/djangorestframework/tests/package.py index 4128333c..d18128f7 100644 --- a/djangorestframework/tests/package.py +++ b/djangorestframework/tests/package.py @@ -2,7 +2,7 @@ from django.test import TestCase import djangorestframework -class TestVersion(TestCase): +class TestVersion(TestCase): """Simple sanity test to check the VERSION exists""" def test_version(self): |
