Chromium Code Reviews| Index: test/datastore/e2e/utils.dart |
| diff --git a/test/datastore/e2e/utils.dart b/test/datastore/e2e/utils.dart |
| index cf5ca730b1825376c65f8bdc990430405188348d..39a787c3586194b21eb086356b3a80b04b01f49a 100644 |
| --- a/test/datastore/e2e/utils.dart |
| +++ b/test/datastore/e2e/utils.dart |
| @@ -70,6 +70,7 @@ List<Entity> buildEntityWithAllProperties( |
| Map<String, String> buildProperties(int i) { |
| return { |
| + 'nullValue' : null, |
| 'boolProperty' : true, |
| 'intProperty' : 42, |
| 'doubleProperty' : 4.2, |