chore: fix some function names in comment (#4131)

Signed-off-by: yangquanshi <yangquan@52it.net>
This commit is contained in:
yangquanshi
2025-05-21 20:14:28 +09:00
committed by GitHub
parent 19f5a13fb4
commit d00e6a5695
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ func TestMiddlewareAbortHandlersChainAndNext(t *testing.T) {
assert.Equal(t, "ACB", signature)
}
// TestFailHandlersChain - ensure that Fail interrupt used middleware in fifo order as
// TestMiddlewareFailHandlersChain - ensure that Fail interrupt used middleware in fifo order as
// as well as Abort
func TestMiddlewareFailHandlersChain(t *testing.T) {
// SETUP