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

Unified Diff: logdog/server/collector/coordinator/cache_test.go

Issue 2626433004: Move "common/config" common types into cfgtypes. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « logdog/server/collector/coordinator/cache.go ('k') | logdog/server/collector/coordinator/coordinator.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/collector/coordinator/cache_test.go
diff --git a/logdog/server/collector/coordinator/cache_test.go b/logdog/server/collector/coordinator/cache_test.go
index 2a095de746872494582223b5f893e7dd4c671ee3..22f4330b90ec80874286c6ff5c03a920ee436c43 100644
--- a/logdog/server/collector/coordinator/cache_test.go
+++ b/logdog/server/collector/coordinator/cache_test.go
@@ -12,9 +12,9 @@ import (
"time"
"github.com/luci/luci-go/common/clock/testclock"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/common/errors"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
"golang.org/x/net/context"
. "github.com/smartystreets/goconvey/convey"
@@ -320,7 +320,7 @@ func TestStreamStateCache(t *testing.T) {
})
Convey(`Different projects with the same stream name will not conflict.`, func() {
- var projects = []config.ProjectName{"", "foo", "bar"}
+ var projects = []cfgtypes.ProjectName{"", "foo", "bar"}
for i, p := range projects {
st.Project = p
« no previous file with comments | « logdog/server/collector/coordinator/cache.go ('k') | logdog/server/collector/coordinator/coordinator.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698