Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
langerae committed Feb 14, 2024
1 parent 3ba9732 commit 33b2d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: docker build . -f Dockerfile -t containers.deltares.nl/blue_earth_data/dgds-frontend

- name: Push Docker image
run: docker push docker containers.deltares.nl/blue_earth_data/dgds-frontend
run: docker push containers.deltares.nl/blue_earth_data/dgds-frontend
4 changes: 2 additions & 2 deletions tests/unit/store/map/index/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ test('Initial state', () => {
activeLocationIds: [],
activeRasterData: {},
vectorDataCollection: {},
activeRasterLayerId: 'el',
activeRasterLayerId: '',
activeFlowmapLayer: {},
activeTheme: '',
loadingRasterLayers: false,
geographicalScope: '',
activeVectorDataIds: '',
activeVectorDataIds: 'mo',
activeSummary: []
}
expect(state).toEqual(initialState)
Expand Down

0 comments on commit 33b2d96

Please sign in to comment.