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
There is a typo in the example code of the exercise named "Cargo Hold (Part 4)", which is located in the subpart-1 of the Part 6 of the course. The task instruction requests the student to write a method named "printGoods()" but the example code snippet includes a method named "printItems()". The method name in the instruction should be renamed to "printItems()" because the underlying unit tests check for the existence of a method named "printItems()".
Below is the code where this error happens.
The text was updated successfully, but these errors were encountered:
There is a typo in the example code of the exercise named "Cargo Hold (Part 4)", which is located in the subpart-1 of the Part 6 of the course. The task instruction requests the student to write a method named "printGoods()" but the example code snippet includes a method named "printItems()". The method name in the instruction should be renamed to "printItems()" because the underlying unit tests check for the existence of a method named "printItems()".
Below is the code where this error happens.
The text was updated successfully, but these errors were encountered: