diff options
Diffstat (limited to 'djangorestframework/tests/status.py')
| -rw-r--r-- | djangorestframework/tests/status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/status.py b/djangorestframework/tests/status.py index 9456ca9e..04aed740 100644 --- a/djangorestframework/tests/status.py +++ b/djangorestframework/tests/status.py @@ -3,7 +3,7 @@ from django.test import TestCase from djangorestframework import status -class TestStatus(TestCase): +class TestStatus(TestCase): """Simple sanity test to check the status module""" def test_status(self): |
