|
|
@@ -29,7 +29,7 @@ public class HelloWorld {
|
|
29
|
29
|
|
|
30
|
30
|
## Step 2
|
|
31
|
31
|
|
|
32
|
|
-Run the tests again. It will give you a new error, since now the method exists, but the tests are expects the
|
|
|
32
|
+Run the tests again. It will give you a new error, since now the method exists, but the tests expect the
|
|
33
|
33
|
method to accept one argument as input, a name.
|
|
34
|
34
|
|
|
35
|
35
|
The errors will look something like:
|