Chromium Code Reviews| Index: filter/dscache/dscache_test.go |
| diff --git a/filter/dscache/dscache_test.go b/filter/dscache/dscache_test.go |
| index c7bdc865aeeae4a3c5d0ffe6c479f8b2c4c61fb8..0bc23fa61e23457d6bdd23725a8599ba13d99735 100644 |
| --- a/filter/dscache/dscache_test.go |
| +++ b/filter/dscache/dscache_test.go |
| @@ -67,7 +67,7 @@ func TestDSCache(t *testing.T) { |
| mc := memcache.Get(c) |
| shardsForKey := func(k *datastore.Key) int { |
| - last := k.Last() |
| + last := k.LastTok() |
| if last.Kind == "shardObj" { |
| return int(last.IntID) |
| } |