Skip to content

Commit 03c253b

Browse files
committed
Fix long alias test.
1 parent cc5da3b commit 03c253b

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
@@ -238,7 +238,7 @@ apiDescribe('Aggregation queries', (persistence: boolean) => {
238238
});
239239

240240
expect(snapshot.data()[longAlias]).to.equal(2);
241-
expect(snapshot.data()[longerAlias]).to.equal(8);
241+
expect(snapshot.data()[longerAlias]).to.equal(2);
242242
});
243243
});
244244

0 commit comments

Comments
 (0)