diff --git a/time.md b/time.md index 0f724198..c1efe553 100644 --- a/time.md +++ b/time.md @@ -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