1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-02 06:22:31 +03:00

Update internal/pool/conn_state_test.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Nedyalko Dyakov
2025-10-25 21:48:55 +03:00
committed by GitHub
parent ffbe1e59f7
commit 65a6ece947

View File

@@ -105,7 +105,7 @@ func TestConnStateMachine_AwaitAndTransition_FastPath(t *testing.T) {
} }
if state := sm.GetState(); state != StateUnusable { if state := sm.GetState(); state != StateUnusable {
t.Errorf("expected state REAUTH_IN_PROGRESS, got %s", state) t.Errorf("expected state UNUSABLE, got %s", state)
} }
} }