Skip to content

Commit c6173a5

Browse files
committed
integration/api/aggregation.test.ts: force a test to fail
1 parent 5dac8b3 commit c6173a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/aggregation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ apiDescribe('Count queries', persistence => {
5050
};
5151
return withTestCollection(persistence, testDocs, async coll => {
5252
const snapshot = await getCountFromServer(coll);
53-
expect(snapshot.data().count).to.equal(2);
53+
expect(snapshot.data().count).to.equal('zzyzx');
5454
});
5555
});
5656

0 commit comments

Comments
 (0)