Commit 6e4bdb55 by Philip Douglas

Add missing newline at the end of test file

parent 59cce01b
......@@ -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())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment