Skip to content

Commit

Permalink
test: update what test produces
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Nov 12, 2024
1 parent 01e2d94 commit d18a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/e2e/Aggregate/AggregateQuery.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ describe('getAggregateFromServer()', function () {
data.averageBaz.should.eql(-2);
});

it('returns `WHAT` for properties with `-1`, `-2`,`-3` for `average()`', async function () {
it('returns `-0.19999999999999998` for properties with `-1`, `-2`,`-3` for `average()`', async function () {
const { getAggregateFromServer, doc, setDoc, collection, getFirestore, average } =
firestoreModular;
const firestore = getFirestore();
Expand Down

0 comments on commit d18a67c

Please sign in to comment.