From b7f1b0250508c3622721c44b0d95fa651ad5cfc5 Mon Sep 17 00:00:00 2001 From: Stephan Behnke Date: Thu, 27 Aug 2026 16:33:48 -0700 Subject: [PATCH] Clarify HSM handler outbound test name --- service/history/circuitbreakerpool/fx_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/history/circuitbreakerpool/fx_test.go b/service/history/circuitbreakerpool/fx_test.go index adbcf0830b..1e9ba23c82 100644 --- a/service/history/circuitbreakerpool/fx_test.go +++ b/service/history/circuitbreakerpool/fx_test.go @@ -42,7 +42,7 @@ func TestOnStateChangeNexusStage(t *testing.T) { stage: "handler-outbound", }, { - name: "shared HSM callback", + name: "HSM handler outbound", taskGroup: hsmcallbacks.TaskTypeInvocation, stage: "handler-outbound", },