diff --git a/system-test/datastore.ts b/system-test/datastore.ts index a9cfd099b..52f036644 100644 --- a/system-test/datastore.ts +++ b/system-test/datastore.ts @@ -1945,7 +1945,7 @@ async.each( delete entity[datastore.KEY]; assert.deepStrictEqual(entity, obj); }); - + it('should commit all saves and deletes at the end', async () => { const deleteKey = datastore.key(['Company', 'Subway']); const key = datastore.key(['Company', 'Google']);