Skip to content

Commit

Permalink
fix: error from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 20, 2023
1 parent 56f02cf commit 1bf8ade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/firestore/e2e/WriteBatch/commit.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ describe('firestore.WriteBatch.commit()', function () {
xit('throws if committing more than 500 writes', async function () {
const filledArray = new Array(501).fill({ foo: 'bar' });
const batch = firebase.firestore().batch();
const filledArray = new Array(501).fill({ foo: 'bar' });
const batch = firebase.firestore().batch();

for (let i = 0; i < filledArray.length; i++) {
const doc = firebase.firestore().collection(COLLECTION).doc(i.toString());
Expand Down

0 comments on commit 1bf8ade

Please sign in to comment.