Skip to content

Commit

Permalink
fix: revert call to fileHelper.download()
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed May 3, 2024
1 parent 6f792b6 commit 412732c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ describe('File JSDataverse Repository', () => {
})
})

it('gets all the files by dataset persistentId after file has been downloaded', async () => {
it.only('gets all the files by dataset persistentId after file has been downloaded', async () => {
const datasetResponse = await DatasetHelper.createWithFiles(FileHelper.createMany(3))
if (!datasetResponse.files) throw new Error('Files not found')

Expand Down

0 comments on commit 412732c

Please sign in to comment.