fixes unit tests

This commit is contained in:
Manu Mtz-Almeida
2015-08-16 16:36:47 +02:00
parent ce2201c392
commit a97c239b7a
3 changed files with 17 additions and 18 deletions
+2 -2
View File
@@ -248,8 +248,8 @@ func TestMiddlewareWrite(t *testing.T) {
assert.Equal(t, w.Body.String(), `hola
<map><foo>bar</foo></map>{"foo":"bar"}
{"foo":"bar"}
event: test
data: message
event:test
data:message
`)
}