Skip to content

Commit fc0db95

Browse files
committed
Update integration.test.ts
1 parent 9f47522 commit fc0db95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/test/lite/integration.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,6 @@ describe('countQuery()', () => {
20712071
it('run count query fails on invalid collection reference', () => {
20722072
return withTestDb(async db => {
20732073
const queryForRejection = collection(db, '__badpath__');
2074-
20752074
try {
20762075
await getCount(queryForRejection);
20772076
} catch (e) {

0 commit comments

Comments
 (0)