|
|
@@ -20,7 +20,7 @@ $ gradle test
|
|
20
|
20
|
|
|
21
|
21
|
## Iterate through the tests
|
|
22
|
22
|
|
|
23
|
|
-After your first test passes, remove the `@Ignore` from the next test, and ierate on your solution,
|
|
|
23
|
+After your first test passes, remove the `@Ignore` from the next test, and iterate on your solution,
|
|
24
|
24
|
testing after each change.
|
|
25
|
25
|
|
|
26
|
26
|
## All the tests pass? Submit your solution!
|