| Index: milo/appengine/frontend/main_test.go
|
| diff --git a/milo/appengine/frontend/main_test.go b/milo/appengine/frontend/main_test.go
|
| index a81d3117121f498ffd98b8d9fa36d43b7fff3d6c..37f0695f66ef445daf0726d3d4f5ba3e55620e44 100644
|
| --- a/milo/appengine/frontend/main_test.go
|
| +++ b/milo/appengine/frontend/main_test.go
|
| @@ -20,8 +20,8 @@ import (
|
|
|
| "github.com/luci/gae/impl/memory"
|
| "github.com/luci/luci-go/common/clock/testclock"
|
| + "github.com/luci/luci-go/milo/appengine/backends/swarming"
|
| "github.com/luci/luci-go/milo/appengine/common"
|
| - "github.com/luci/luci-go/milo/appengine/swarming"
|
| "github.com/luci/luci-go/server/auth"
|
| "github.com/luci/luci-go/server/auth/authtest"
|
| "github.com/luci/luci-go/server/auth/identity"
|
|
|