Skip to content

Commit

Permalink
Merge pull request quii#56 from gypsydave5/patch-6
Browse files Browse the repository at this point in the history
Store is now called RecordWin
  • Loading branch information
quii authored Apr 29, 2018
2 parents b399f1f + 7f2ae3c commit 7483ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ Next we want to check that when we do our `POST /players/{name}` that our `Playe

## Write the test first

We can accomplish this by extending our `StubPlayerScore` with a new `Store` method and then spy on its invocations.
We can accomplish this by extending our `StubPlayerScore` with a new `RecordWin` method and then spy on its invocations.

```go
type StubPlayerStore struct {
Expand Down

0 comments on commit 7483ccf

Please sign in to comment.