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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Now take a moment to run the code. You will notice the `main` method is calling
**Your action:** Fix the method so it passes the tests and matches what is described in the javadoc.

## Step 4: Working with Strings
Look at `streetLight1()`. When you ran the tests in Step3, you will have noticed that this method is also failing tests! However, the return types seem correct. Take a moment to look through this method, and work on the following:
Look at `streetLight1()`. When you ran the tests in Step 3, you will have noticed that this method is also failing tests! However, the return types seem correct. Take a moment to look through this method, and work on the following:

1. Create a diagram similar to the example in Step 3.
2. Fix this method so that it works.
Expand Down