Fix #252 typo (middlewares -> middleware)

This commit is contained in:
Javier Provecho Fernandez
2015-07-03 20:12:01 +02:00
parent d6425f1692
commit 7c0c427b2d
5 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ func TestMiddlewareAbortHandlersChainAndNext(t *testing.T) {
assert.Equal(t, signature, "ACB")
}
// TestFailHandlersChain - ensure that Fail interrupt used middlewares in fifo order as
// TestFailHandlersChain - ensure that Fail interrupt used middleware in fifo order as
// as well as Abort
func TestMiddlewareFailHandlersChain(t *testing.T) {
// SETUP