Stuck on the bar chart in the Budget App project

i have worked on the Budget App project for a week now. my plot of the bar chart is correct. i get the error shown below. Please help, i am getting frustrated

Please don’t post screenshots and include a link to your project.

It’s a spacing issue. Looks like you’re missing a space. Follow the hints in the error and you should be able to find it. So, set self.maxDiff = None in the test_create_spend_chart test and you should see a full comparison of your output and the expected output and look for missing or extra spaces.

1 Like

thanks to everyone that responded, i eventually figured it out, code works just fine now

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.