mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
Fix over-indented
This commit is contained in:
parent
375a038f62
commit
ef74ab058b
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user