Fix over-indented

This commit is contained in:
monouno 2019-02-14 18:34:33 +08:00
parent 375a038f62
commit ef74ab058b

View File

@ -45,7 +45,7 @@ class ContestAdminAPITest(APITestCase):
response_data = response.data["data"]
for k in data.keys():
if isinstance(data[k], datetime):
continue
continue
self.assertEqual(response_data[k], data[k])
def test_get_contests(self):