Skip to content

Commit

Permalink
Fix code in mocking chapter (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
nektonick authored Nov 22, 2024
1 parent 9c24142 commit 27e7dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ func Countdown(out io.Writer, sleeper Sleeper) {
fmt.Fprintln(out, i)
}

sleeper.Sleep()
fmt.Fprint(out, finalWord)
}
```
Expand Down

0 comments on commit 27e7dca

Please sign in to comment.