From 7f2ae3c0b835cb8c45997a3dd64c1a63a2fa986b Mon Sep 17 00:00:00 2001 From: David Wickes Date: Sun, 29 Apr 2018 20:58:57 +0100 Subject: [PATCH] Store is now called RecordWin --- http-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server.md b/http-server.md index e5cad29ca..65b1e5893 100644 --- a/http-server.md +++ b/http-server.md @@ -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 {