Thanks for the reply. Yes I am rounding down: 14% ->10%, 78%->70%, etc.
Here is the console output (image since I couldn’t figure out how to paste it in here and keep the formatting):
File “/home/pyodide/test_module.py”, line 23, in test_create_spend_char
self.assertEqual(actual, expected, ‘Expected different chart representation. Check that all spacing is exact.’)
AssertionError: 'Perc[35 chars] \n 90| \n 80| \n 70|[342 chars] t ’ != 'Perc[35 chars] \n 90| \n 80| \n 70| [339 chars] t ’
