diff --git a/jsonp_test.go b/jsonp_test.go index e547c7b..9c968b7 100644 --- a/jsonp_test.go +++ b/jsonp_test.go @@ -173,7 +173,7 @@ func BenchmarkNonJSONP(b *testing.B) { b.StartTimer() for i := 0; i < b.N; i++ { - nonJsonpApp(Env{"mango.request": &Request{request}}) + nonJsonpApp(Env{"mango.request": &Request{request}}) } b.StopTimer() }