Skip to content

Commit 81733e8

Browse files
committed
format
1 parent 2513fd5 commit 81733e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/firestore/dev/system-test/pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3366,7 +3366,7 @@ describe.skipClassic('Pipeline class', () => {
33663366
});
33673367
});
33683368

3369-
it.only('supports arrayFilter', async () => {
3369+
it('supports arrayFilter', async () => {
33703370
const snapshot = await firestore
33713371
.pipeline()
33723372
.collection(randomCol.path)

0 commit comments

Comments
 (0)