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:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user