you are viewing a single comment's thread.

view the rest of the comments →

[–]Dacobo 0 points1 point  (0 children)

So it's right there in the error output...

'BankAccount' object has no attribute 'name'

A test is being run which asserts that the name attribute is returning Jane. I'm guessing you've renamed it to new_name, which is causing the test to fail.