Skip to content

Commit 961635a

Browse files
committed
refactor: format
1 parent 1574cd3 commit 961635a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pokemon_v2/tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5861,7 +5861,7 @@ def test_case_insensitive_api(self):
58615861
def test_meta_api(self):
58625862
response = self.client.get("{}/meta/".format(API_V2))
58635863
self.assertEqual(response.status_code, status.HTTP_200_OK)
5864-
self.assertTrue(datetime.fromisoformat(response.data['deploy_date']))
5865-
self.assertEqual(25, len(response.data['deploy_date']))
5866-
self.assertEqual(40, len(response.data['hash']))
5864+
self.assertTrue(datetime.fromisoformat(response.data["deploy_date"]))
5865+
self.assertEqual(25, len(response.data["deploy_date"]))
5866+
self.assertEqual(40, len(response.data["hash"]))
58675867
self.assertIn("tag", response.data)

0 commit comments

Comments
 (0)