From 65a6ece947a90decb0d1ad46477cb241871c75c7 Mon Sep 17 00:00:00 2001 From: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com> Date: Sat, 25 Oct 2025 21:48:55 +0300 Subject: [PATCH] Update internal/pool/conn_state_test.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/pool/conn_state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pool/conn_state_test.go b/internal/pool/conn_state_test.go index 54d94af7..92be0dc5 100644 --- a/internal/pool/conn_state_test.go +++ b/internal/pool/conn_state_test.go @@ -105,7 +105,7 @@ func TestConnStateMachine_AwaitAndTransition_FastPath(t *testing.T) { } if state := sm.GetState(); state != StateUnusable { - t.Errorf("expected state REAUTH_IN_PROGRESS, got %s", state) + t.Errorf("expected state UNUSABLE, got %s", state) } }