| Index: go/src/infra/monitoring/dispatcher/loop_test.go
|
| diff --git a/go/src/infra/monitoring/dispatcher/loop_test.go b/go/src/infra/monitoring/dispatcher/loop_test.go
|
| index 5b49acd5b880e8940b5e7ebfa3bdbe5f95c4416e..a6c5c479a759fff7deeb73525da873b6f20ac40c 100644
|
| --- a/go/src/infra/monitoring/dispatcher/loop_test.go
|
| +++ b/go/src/infra/monitoring/dispatcher/loop_test.go
|
| @@ -5,9 +5,9 @@ import (
|
| "testing"
|
| "time"
|
|
|
| + "github.com/luci/luci-go/common/clock"
|
| + "github.com/luci/luci-go/common/clock/testclock"
|
| "golang.org/x/net/context"
|
| - "infra/libs/clock"
|
| - "infra/libs/clock/testclock"
|
| )
|
|
|
| // Should run f at least once, even if the duration is 0.
|
|
|