From 8043b9617415754e6742627999eff1ae2958cf17 Mon Sep 17 00:00:00 2001 From: Kirill Sysoev Date: Sat, 20 Apr 2024 14:04:18 +0800 Subject: [PATCH] Improves test name --- dispatch/router_dipatcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatch/router_dipatcher_test.go b/dispatch/router_dipatcher_test.go index 2f4345f..97c7065 100644 --- a/dispatch/router_dipatcher_test.go +++ b/dispatch/router_dipatcher_test.go @@ -58,7 +58,7 @@ func TestRouterDispatcher_AddBackend(t *testing.T) { } } -func TestRouterDispatcher_Dispatch(t *testing.T) { +func TestRouterDispatcher_DispatchDefaultBackend(t *testing.T) { defaultBackend := mocks.NewMockBackend(t) req := mocks.NewMockRequest(t)