Browse Source

Cleaned test

Rafał Pitoń 11 years ago
parent
commit
f3ac8910dc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/core/tests/test_fileserver.py

+ 0 - 1
misago/core/tests/test_fileserver.py

@@ -37,7 +37,6 @@ class FileServerTests(TestCase):
             self.assertTrue(isinstance(response, HttpResponse))
             self.assertEqual(response['X-Test'], __file__)
 
-
     def test_send_stream(self):
         """call to streaming response function returns StreamingHttpResponse"""
         response = fileserver.make_stream_response(__file__, 'text/python', 9)