Skip to content

Commit 32b4ba1

Browse files
committed
diff
1 parent ff3c48f commit 32b4ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diff.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@ describe('diff', () => {
606606
expect(diffStyles({
607607
} as StyleSpecification,
608608
{
609-
projection: {mode: ['globe', 'mercator', 0.5]}
609+
projection: {type: ['globe', 'mercator', 0.5]}
610610

611611
} as StyleSpecification)).toEqual([
612-
{command: 'setProjection', args: [{mode: ['globe', 'mercator', 0.5]}]},
612+
{command: 'setProjection', args: [{type: ['globe', 'mercator', 0.5]}]},
613613
]);
614614
});
615615
});

0 commit comments

Comments
 (0)