Skip to content

Commit

Permalink
Fix test to work with 2nd gen GAE.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed May 24, 2019
1 parent beafac8 commit 1fc3b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ func TestChangeMemcacheKey(t *testing.T) {
defer func() {
MemcacheKey = originalMemcacheKey
}()
verID := appengine.VersionID(c)
verID := "some-version"
MemcacheKey = func(k *datastore.Key) string {
return "custom:" + verID + ":" + k.Encode()
}
Expand Down

0 comments on commit 1fc3b9c

Please sign in to comment.