| 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 1e54f02512ab12f102c8cece0ba5e41b374f22c3..b917d1d58ca8a988dcbe5b4aadaa751c892a65a5 100644
|
| --- a/test/datastore/e2e/datastore_test_impl.dart
|
| +++ b/test/datastore/e2e/datastore_test_impl.dart
|
| @@ -244,8 +244,8 @@ runTests(Datastore datastore, String namespace) {
|
| });
|
|
|
| test('negative_insert__incomplete_path', () {
|
| - expect(datastore.commit(inserts: unnamedEntities1),
|
| - throwsA(isApplicationError));
|
| + expect(() => datastore.commit(inserts: unnamedEntities1),
|
| + throwsA(isApplicationError));
|
| });
|
|
|
| test('negative_insert_transactional_xg', () {
|
|
|