Budget App - Failing two tests

Can anyone tell why my code is not working in these two tests?

Here’s the link:

Please post errors as text since they are quotable (and indexable and searchable) that way. The first error is telling you you are returning a Category() object and not a string. The second is showing you that the returned string is not equal to the expected string.

Got it! The “result” method had to be changed to “repr” in order to return a string.
The second fail was regarding an extra “.” at the end of the sentence. Cheers!

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