Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in code snippet, Part 6, Sub-part 1, "Cargo Hold" Exercise, Part 4 #102

Open
milikkan opened this issue Mar 22, 2020 · 1 comment
Open

Comments

@milikkan
Copy link

milikkan commented Mar 22, 2020

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.

image

@BenAttenborough
Copy link
Contributor

Looks like this was fixed here: ab41c1b
Issue should be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants