Adds HandlerName()

This commit is contained in:
Manu Mtz-Almeida
2015-06-25 19:44:52 +02:00
parent 1a7ab6e4d5
commit 95c08d5f84
3 changed files with 15 additions and 1 deletions
-1
View File
@@ -40,7 +40,6 @@ func testRouteOK(method string, t *testing.T) {
performRequest(r, method, "/test2")
assert.True(t, passedAny)
}
// TestSingleRouteOK tests that POST route is correctly invoked.