Chromium Code Reviews| Index: impl/memory/datastore_query_test.go |
| diff --git a/impl/memory/datastore_query_test.go b/impl/memory/datastore_query_test.go |
| index ccf466407d35ae10d1c475b7eb5ff5ed73b784cf..8c2b4e891bed260f0900233c471feb55c54ec6d7 100644 |
| --- a/impl/memory/datastore_query_test.go |
| +++ b/impl/memory/datastore_query_test.go |
| @@ -42,7 +42,7 @@ func TestDatastoreQueries(t *testing.T) { |
| serialize.ToBytes(prop(ds.NewKey("Foo", "id", 0, nil))))) |
| So(start.String(), ShouldEqual, |
| - `gYAAZzFdTeeb3d9zOxsAAF-v221Xy32_AIGHyIkAAUc32-AGabMAAA==`) |
| + `gYAAZzFdTeeb3d9zOxsAAF-v221Xy32_AIGHyIgAAUc32-AFabMAAA==`) |
|
iannucci
2015/09/10 03:56:58
This changed because I removed PTBoolFalse, and so
|
| end := queryCursor(bjoin( |
| mkNum(2), |