You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions say if the list is empty, the remove_shortest() should return None. But the automated tests do not take that into consideration, the test is trying to access an attribute called name on None which clearly does not exist. Your team has to add a logic for that one as well in the test_shortest_in_room.py file
The text was updated successfully, but these errors were encountered:
The instructions say if the list is empty, the remove_shortest() should return None. But the automated tests do not take that into consideration, the test is trying to access an attribute called name on None which clearly does not exist. Your team has to add a logic for that one as well in the test_shortest_in_room.py file
The text was updated successfully, but these errors were encountered: