Skip to content

Commit 6b207f7

Browse files
author
Dominik Schröder
committed
update test to match updated facet.ts
1 parent 1401c7d commit 6b207f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/compile/facet.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,7 @@ describe('FacetModel', () => {
505505
const marks = model.assembleMarks();
506506

507507
expect(marks[0].from.facet.aggregate).toEqual({
508-
cross: true,
509-
fields: ['median_d_by_a', 'median_e_by_b'],
510-
ops: ['max', 'max'],
511-
as: ['median_d_by_a', 'median_e_by_b']
508+
cross: true
512509
});
513510

514511
expect(marks[0].sort).toEqual({

0 commit comments

Comments
 (0)