Skip to content

Commit 19e6081

Browse files
committed
EDSC-4661: Fixing tests
1 parent 2e77afe commit 19e6081

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

static/src/js/util/accessMethods/__tests__/buildAccessMethods.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ describe('when buildAccessMethods is called', () => {
15391539
supportsTemporalSubsetting: true,
15401540
supportsVariableSubsetting: true,
15411541
type: 'Harmony',
1542-
url: undefined,
1542+
url: 'https://harmony.earthdata.nasa.gov',
15431543
variables: {
15441544
'V100000-EDSC': {
15451545
href: 'https://cmr.example.com/search/concepts/V100000-EDSC',

static/src/js/zustand/slices/__tests__/createProjectSlice.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ describe('createProjectSlice', () => {
22562256
},
22572257
reproject: {
22582258
supported: false,
2259-
disabled: true,
2259+
disabled: false,
22602260
value: null
22612261
},
22622262
outputFormats: {

0 commit comments

Comments
 (0)