Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Feb 15, 2024
1 parent 8d4b6b8 commit c42c4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public final class HelloWorldTest
Failure messages look like this:

```
java.lang.NullPointerException: args may not be null
java.lang.NullPointerException: "args" may not be null
java.lang.IllegalArgumentException: args.length() must be positive
Actual: 0
Expand All @@ -82,7 +82,7 @@ Actual: "planet"
Multiple failures
-----------------
args must be empty.
"args" must be empty.
args : ["world"]
args.length: 1
Expand Down

0 comments on commit c42c4d0

Please sign in to comment.