Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: milo/frontend/main_test.go

Issue 2974793002: [milo] build_source -> buildSource. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: milo/frontend/main_test.go
diff --git a/milo/frontend/main_test.go b/milo/frontend/main_test.go
index 7aa1c278d62054f5432114e6070e7dd0573b134a..3452b70d69796d3e72d55e14aa97b2db3bbbe979 100644
--- a/milo/frontend/main_test.go
+++ b/milo/frontend/main_test.go
@@ -20,7 +20,7 @@ import (
"github.com/luci/gae/impl/memory"
"github.com/luci/luci-go/common/clock/testclock"
- "github.com/luci/luci-go/milo/build_source/swarming"
+ "github.com/luci/luci-go/milo/buildSource/swarming"
"github.com/luci/luci-go/milo/common"
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/auth/authtest"
@@ -42,7 +42,7 @@ var (
{buildbotBuildTestData, "buildbot.build", "build.html"},
{buildbotBuilderTestData, "buildbot.builder", "builder.html"},
{func() []common.TestBundle {
- return swarming.BuildTestData("../build_source/swarming")
+ return swarming.BuildTestData("../buildSource/swarming")
}, "swarming.build", "build.html"},
{swarming.LogTestData, "swarming.log", "log.html"},
{frontpageTestData, "frontpage", "frontpage.html"},

Powered by Google App Engine
This is Rietveld 408576698