What to do
In tests/test_parsing.py line 49, the exception name is misspelled as AssertionError (missing the second 's'). It should be AssertionError.
Steps
Change AssertionError to AssertionError on line 49.
Files to touch: tests/test_parsing.py
Lines of code: 1 character fix
What to do
In
tests/test_parsing.pyline 49, the exception name is misspelled asAssertionError(missing the second 's'). It should beAssertionError.Steps
Change
AssertionErrortoAssertionErroron line 49.Files to touch:
tests/test_parsing.pyLines of code: 1 character fix