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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {