Skip to content

Commit

Permalink
fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Jan 30, 2024
1 parent 6d8739d commit 179e339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/lib/createTestMountParameters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## unpublished

- Fix: Test now uses a mock EPSG code instead of an empty string.

## 1.2.0

- Feature: Extend mock state to match current core state type.
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/createTestMountParameters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default (): MockParameters => {
center: null,
components: 1,
configuration: {
epsg: '',
epsg: 'EPSG:12345',
layerConf: [],
namedProjections: [],
layers: [],
Expand Down

0 comments on commit 179e339

Please sign in to comment.