Skip to content

Commit

Permalink
test(dataviz): fix ogc-client mock to avoid failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed May 6, 2024
1 parent ee7cca2 commit 10ef669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/feature/dataviz/src/lib/service/data.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jest.mock('@camptocamp/ogc-client', () => ({
bulkDownloadLinks: { json: 'http://json', csv: 'http://csv' },
})
}
featureCollections = () => Promise.resolve(['collection1'])
featureCollections = Promise.resolve(['collection1'])
},
}))

Expand Down

0 comments on commit 10ef669

Please sign in to comment.