Import time package (#2940)

This commit is contained in:
Maycon Santos
2024-11-22 20:40:30 +01:00
committed by GitHub
parent 05c4aa7c2c
commit 56cecf849e

View File

@ -4,6 +4,7 @@ import (
"context" "context"
"errors" "errors"
"testing" "testing"
"time"
) )
func TestServerPicker_UnavailableServers(t *testing.T) { func TestServerPicker_UnavailableServers(t *testing.T) {