test__checker.py consistently had issues with whitespacing due to asserts being used. This was fixed by replacing all whitespace (" ") with a blank string ("") using .replace(" ", "").
Hopefully this will permanently fix any future whitespacing errors with this test!
test__checker.py consistently had issues with whitespacing due to asserts being used. This was fixed by replacing all whitespace (" ") with a blank string ("") using .replace(" ", "").
Hopefully this will permanently fix any future whitespacing errors with this test!