Skip to content

Commit

Permalink
docs: move output message to the correct section (#752)
Browse files Browse the repository at this point in the history
* feat: move output msg to correct section

* feat: spacing
  • Loading branch information
jersonzc committed May 13, 2024
1 parent b327bd0 commit 0619712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@ type CLI struct {
}
```

## Write enough code to make it pass

```
--- FAIL: TestCLI (0.00s)
CLI_test.go:23: didn't record the correct winner, got 'Cleo', want 'Chris'
FAIL
```

## Write enough code to make it pass

Remember to do the strictly easiest thing first

```go
Expand Down

0 comments on commit 0619712

Please sign in to comment.