diff --git a/website/content/guide/testing.md b/website/content/guide/testing.md index 5f9fc879..956c3054 100644 --- a/website/content/guide/testing.md +++ b/website/content/guide/testing.md @@ -86,7 +86,8 @@ var ( mockDB = map[string]*User{ "jon@labstack.com": &User{"Jon Snow", "jon@labstack.com"}, } - userJSON = `{"name":"Jon Snow","email":"jon@labstack.com"}` + userJSON = `{"name":"Jon Snow","email":"jon@labstack.com"} +` ) func TestCreateUser(t *testing.T) {