Skip to content

Commit

Permalink
Fixed buildAccessMethods test
Browse files Browse the repository at this point in the history
  • Loading branch information
bnp26 committed Nov 13, 2023
1 parent 1acb09f commit a082ccb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -225,8 +225,11 @@ describe('buildAccessMethods', () => {

const methods = buildAccessMethods(collectionMetadata, isOpenSearch)

console.log(methods)

expect(methods).toEqual({
harmony0: {
enableConcatenateDownload: true,
enableTemporalSubsetting: true,
enableSpatialSubsetting: true,
hierarchyMappings: [

0 comments on commit a082ccb

Please sign in to comment.