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

Unified Diff: service/datastore/context_test.go

Issue 2353063004: Add "MkKeyContext" KeyContext generation function. (Closed)
Patch Set: Created 4 years, 3 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 | « service/datastore/context.go ('k') | service/datastore/datastore_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/context_test.go
diff --git a/service/datastore/context_test.go b/service/datastore/context_test.go
index 26019f13847182745eea4cc3dd6e3773159a6e4d..83cae40c41148abc4906207155d254baefe70172 100644
--- a/service/datastore/context_test.go
+++ b/service/datastore/context_test.go
@@ -49,7 +49,7 @@ func TestServices(t *testing.T) {
Convey("lets you pull them back out", func() {
So(Raw(c), ShouldResemble, &checkFilter{
RawInterface: fakeService{},
- kc: KeyContext{"s~aid", "ns"},
+ kc: MkKeyContext("s~aid", "ns"),
})
})
« no previous file with comments | « service/datastore/context.go ('k') | service/datastore/datastore_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698