Skip to content

Commit ed1f059

Browse files
remove underscore
1 parent d375809 commit ed1f059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/map_tests/map_options.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('mapOptions', () => {
2121
});
2222

2323
test('_maxOverzoomingTileCacheSize: Value can be set via map options', () => {
24-
const map = createMap({_maxOverzoomingTileCacheSize: 1});
24+
const map = createMap({maxOverzoomingTileCacheSize: 1});
2525
expect(map._maxOverzoomingTileCacheSize).toBe(1);
2626
});
2727

0 commit comments

Comments
 (0)