Skip to content

Commit ee67761

Browse files
committed
test file
1 parent 08238cb commit ee67761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validate/validate_projection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Validate projection', () => {
3030
});
3131

3232
test('Should pass if everything is according to spec', () => {
33-
let errors = validateProjection({validateSpec, value: {type: 'spherical-to-web-mercator'}, styleSpec: v8, style: {} as any});
33+
let errors = validateProjection({validateSpec, value: {type: 'globe-to-web-mercator'}, styleSpec: v8, style: {} as any});
3434
expect(errors).toHaveLength(0);
3535
errors = validateProjection({validateSpec, value: {type: 'web-mercator'}, styleSpec: v8, style: {} as any});
3636
expect(errors).toHaveLength(0);

0 commit comments

Comments
 (0)