mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-31 18:06:20 +02:00
Remove whitespace
This commit is contained in:
parent
9d1bd19383
commit
b68d653a10
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class TestValidadeFormat(unittest.TestCase):
|
||||||
categories, category_line_num = result
|
categories, category_line_num = result
|
||||||
self.assertIsInstance(categories, dict)
|
self.assertIsInstance(categories, dict)
|
||||||
self.assertIsInstance(category_line_num, dict)
|
self.assertIsInstance(category_line_num, dict)
|
||||||
|
|
||||||
expected_result = ({'A': ['AA', 'AB'], 'B': ['BA', 'BB']}, {'A': 0, 'B': 6})
|
expected_result = ({'A': ['AA', 'AB'], 'B': ['BA', 'BB']}, {'A': 0, 'B': 6})
|
||||||
|
|
||||||
for res, ex_res in zip(result, expected_result):
|
for res, ex_res in zip(result, expected_result):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue