Skip to content

Commit

Permalink
Improves test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Apr 20, 2024
1 parent 7ff8861 commit 8043b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatch/router_dipatcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8043b96

Please sign in to comment.