Mjumbe Wawatu Ukweli 10 år sedan
förälder
incheckning
cc06f4c7cf
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      rest_framework_bulk/tests/test_generics.py

+ 2 - 2
rest_framework_bulk/tests/test_generics.py

@@ -3,7 +3,7 @@ from django.test.client import RequestFactory
 from simple_app.views import SimpleBulkUpdateAPIView
 
 
-class TestBulkUpdateAPIView (TestCase):
+class TestBulkUpdateAPIView(TestCase):
     def test_OPTIONS_request(self):
         """
         OPTIONS requests must work for CORS requests. Test that OPTIONS
@@ -13,4 +13,4 @@ class TestBulkUpdateAPIView (TestCase):
         request = RequestFactory().options('')
         response = view(request)
 
-        self.assertEqual(response.status_code, 200)
+        self.assertEqual(response.status_code, 200)