diff options
| author | Philip Douglas | 2013-09-12 16:04:33 +0100 |
|---|---|---|
| committer | Philip Douglas | 2013-09-12 16:04:33 +0100 |
| commit | 6e4bdb55969171c87296aba9711dbc77f8a1e366 (patch) | |
| tree | 04af1cb76f662a5454880d0d85fcd14f3ae004be | |
| parent | 59cce01b3359aa009e697a99eabbf2ef322b28e2 (diff) | |
| download | django-rest-framework-6e4bdb55969171c87296aba9711dbc77f8a1e366.tar.bz2 | |
Add missing newline at the end of test file
| -rw-r--r-- | rest_framework/tests/test_files.py | 2 |
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()) |
