tstest: rename from testy.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-04-28 19:56:11 -07:00
committed by Dave Anderson
parent e1526b796e
commit 0038223632
8 changed files with 23 additions and 23 deletions

View File

@ -15,7 +15,7 @@ import (
"time"
"github.com/google/go-cmp/cmp"
"tailscale.com/testy"
"tailscale.com/tstest"
)
type noopHijacker struct {
@ -63,7 +63,7 @@ func TestStdHandler(t *testing.T) {
testErr = errors.New("test error")
bgCtx = context.Background()
// canceledCtx, cancel = context.WithCancel(bgCtx)
clock = testy.Clock{
clock = tstest.Clock{
Start: time.Now(),
Step: time.Second,
}