Skip to content

Commit

Permalink
update test to match updated facet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wirhabenzeit committed Sep 17, 2024
1 parent 1401c7d commit 6b207f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/compile/facet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,7 @@ describe('FacetModel', () => {
const marks = model.assembleMarks();

expect(marks[0].from.facet.aggregate).toEqual({
cross: true,
fields: ['median_d_by_a', 'median_e_by_b'],
ops: ['max', 'max'],
as: ['median_d_by_a', 'median_e_by_b']
cross: true
});

expect(marks[0].sort).toEqual({
Expand Down

0 comments on commit 6b207f7

Please sign in to comment.