Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 31, 2015
1 parent cd92bf4 commit dcb5553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 43,7 @@ func BenchmarkManyHandlers(B *testing.B) {
DefaultWriter = FakeWriter{}
//router := Default()
router := New()
router.Use(Recovery(), Logger2())
router.Use(Recovery(), Logger())
router.Use(func(c *Context) {})
router.GET("/ping", func(c *Context) {})
runRequest(B, router, "GET", "/ping")
Expand Down

0 comments on commit dcb5553

Please sign in to comment.