| Index: common/lhttp/client_test.go
|
| diff --git a/client/internal/lhttp/client_test.go b/common/lhttp/client_test.go
|
| similarity index 99%
|
| rename from client/internal/lhttp/client_test.go
|
| rename to common/lhttp/client_test.go
|
| index 3d7724ad7055b4a11656eac8d09fe285e0c36268..3d6a921dc1cd8d8c44200501505bd853ad1ff59c 100644
|
| --- a/client/internal/lhttp/client_test.go
|
| +++ b/common/lhttp/client_test.go
|
| @@ -16,7 +16,7 @@ import (
|
| "testing"
|
| "time"
|
|
|
| - "github.com/luci/luci-go/client/internal/retry"
|
| + "github.com/luci/luci-go/common/retry"
|
| "github.com/maruel/ut"
|
| )
|
|
|
|
|