Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion week4/unit3.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ Further down we see the coding of the method `class_setup`, this method creates

![Implementation of test class](images/w4u3_01_34.png)

## Step5. Implement the remaining methods for the Travel entity
## Step 5. Implement the remaining methods for the Travel entity

What is now left is the implementation of all the other methods. Please replace the methods in your class with copy and paste from the code sections below.

Expand Down