Fix test json property name

This commit is contained in:
y0za 2017-04-20 19:14:24 +09:00
parent bade3895da
commit e9f28b9c6e
5 changed files with 31 additions and 31 deletions

View file

@ -18,13 +18,13 @@ func TestStreamingPublic(t *testing.T) {
f, _ := w.(http.Flusher)
fmt.Fprintln(w, `
event: update
data: {"Content": "foo"}
data: {"content": "foo"}
`)
f.Flush()
fmt.Fprintln(w, `
event: update
data: {"Content": "bar"}
data: {"content": "bar"}
`)
f.Flush()
return