aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Douglas2013-09-12 16:04:33 +0100
committerPhilip Douglas2013-09-12 16:04:33 +0100
commit6e4bdb55969171c87296aba9711dbc77f8a1e366 (patch)
tree04af1cb76f662a5454880d0d85fcd14f3ae004be
parent59cce01b3359aa009e697a99eabbf2ef322b28e2 (diff)
downloaddjango-rest-framework-6e4bdb55969171c87296aba9711dbc77f8a1e366.tar.bz2
Add missing newline at the end of test file
-rw-r--r--rest_framework/tests/test_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/test_files.py b/rest_framework/tests/test_files.py
index 127e379e..78f4cf42 100644
--- a/rest_framework/tests/test_files.py
+++ b/rest_framework/tests/test_files.py
@@ -92,4 +92,4 @@ class FileSerializerTests(TestCase):
uploaded_file = UploadedFile(file=file, created=now)
serializer = UploadedFileSerializer(files={'file': file})
- self.assertFalse(serializer.is_valid()) \ No newline at end of file
+ self.assertFalse(serializer.is_valid())