Skip to content

Commit acc640e

Browse files
fix unit test
1 parent 4f1aa84 commit acc640e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/maps/public/classes/sources/mvt_single_layer_vector_source/mvt_single_layer_vector_source.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('getImmutableSourceProperties', () => {
8484
const source = new MVTSingleLayerVectorSource(descriptor);
8585
const properties = await source.getImmutableProperties();
8686
expect(properties).toEqual([
87-
{ label: 'Data source', value: '.pbf vector tiles' },
87+
{ label: 'Data source', value: 'Vector tiles' },
8888
{ label: 'Url', value: 'https://example.com/{x}/{y}/{z}.pbf' },
8989
]);
9090
});

0 commit comments

Comments
 (0)