Skip to content

Commit

Permalink
remove indent
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Nov 22, 2023
1 parent e670d08 commit c90768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/datastore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit c90768a

Please sign in to comment.