| Index: test/datastore/e2e/datastore_test_impl.dart
 | 
| diff --git a/test/datastore/e2e/datastore_test_impl.dart b/test/datastore/e2e/datastore_test_impl.dart
 | 
| index b917d1d58ca8a988dcbe5b4aadaa751c892a65a5..8704adf994bdf3925a802022569b284bddc939f6 100644
 | 
| --- a/test/datastore/e2e/datastore_test_impl.dart
 | 
| +++ b/test/datastore/e2e/datastore_test_impl.dart
 | 
| @@ -737,7 +737,7 @@ runTests(Datastore datastore, String namespace) {
 | 
|            new Filter(FilterRelation.LessThan, QUERY_KEY, QUERY_UPPER_BOUND),
 | 
|        ];
 | 
|        var listFilters = [
 | 
| -          new Filter(FilterRelation.In, TEST_LIST_PROPERTY, [QUERY_LIST_ENTRY])
 | 
| +          new Filter(FilterRelation.Equal, TEST_LIST_PROPERTY, QUERY_LIST_ENTRY)
 | 
|        ];
 | 
|        var indexedPropertyFilter = [
 | 
|          new Filter(FilterRelation.Equal,
 | 
| 
 |