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 time.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func NewCLI(store PlayerStore, in io.Reader, out io.Writer, alerter BlindAlerter

Now the _other_ tests will fail to compile because they don't have an `io.Writer` being passed into `NewCLI`.

Add `dummyStdout` for the other tests.
Add `dummyStdOut` for the other tests.

The new test should fail like so

Expand Down