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

Unified Diff: logdog/common/storage/memory/memory_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/common/storage/memory/memory.go ('k') | logdog/common/storage/storage.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/common/storage/memory/memory_test.go
diff --git a/logdog/common/storage/memory/memory_test.go b/logdog/common/storage/memory/memory_test.go
index 40c746f04102bb40a191b73cb5f4b77182e6f56a..660c8af2dd96f9d7dd644cf8df724b600ee823cc 100644
--- a/logdog/common/storage/memory/memory_test.go
+++ b/logdog/common/storage/memory/memory_test.go
@@ -11,9 +11,9 @@ import (
"testing"
"time"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/logdog/common/storage"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
. "github.com/luci/luci-go/common/testing/assertions"
. "github.com/smartystreets/goconvey/convey"
@@ -52,7 +52,7 @@ func TestBigTable(t *testing.T) {
st := Storage{}
defer st.Close()
- project := config.ProjectName("test-project")
+ project := cfgtypes.ProjectName("test-project")
path := types.StreamPath("testing/+/foo/bar")
Convey(`Can Put() log stream records {0..5, 7, 8, 10}.`, func() {
« no previous file with comments | « logdog/common/storage/memory/memory.go ('k') | logdog/common/storage/storage.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698