| Index: milo/appengine/console/html_data.go
|
| diff --git a/milo/appengine/console/html_data.go b/milo/appengine/console/html_data.go
|
| index 97cb0d6d0bc15508f11f90210da4b149bd0b7295..0b0bc61f9ddb7632e2da190bc559cae881a151cf 100644
|
| --- a/milo/appengine/console/html_data.go
|
| +++ b/milo/appengine/console/html_data.go
|
| @@ -4,13 +4,9 @@
|
|
|
| package console
|
|
|
| -import "github.com/luci/luci-go/milo/appengine/settings"
|
| +import "github.com/luci/luci-go/milo/appengine/common"
|
|
|
| -// TestableConsole is a subclass of Build that interfaces with TestableHandler and
|
| -// includes sample test data.
|
| -type TestableConsole struct{ Console }
|
| -
|
| -// TestData returns sample test data.
|
| -func (x Console) TestData() (result []settings.TestBundle) {
|
| +// ConsoleTestData returns sample console data.
|
| +func ConsoleTestData() (result []common.TestBundle) {
|
| return
|
| }
|
|
|