Browse Source

Remove whitespace

pull/3011/head
Matheus Felipe 2 years ago
parent
commit
b68d653a10
No known key found for this signature in database GPG Key ID: AA785C523274872F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/tests/test_validate_format.py

+ 1
- 1
scripts/tests/test_validate_format.py View File

@@ -53,7 +53,7 @@ class TestValidadeFormat(unittest.TestCase):
categories, category_line_num = result
self.assertIsInstance(categories, dict)
self.assertIsInstance(category_line_num, dict)
expected_result = ({'A': ['AA', 'AB'], 'B': ['BA', 'BB']}, {'A': 0, 'B': 6})

for res, ex_res in zip(result, expected_result):


Loading…
Cancel
Save