Skip to content

Commit

Permalink
test: fixing assets test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 2, 2023
1 parent fd20f69 commit 8f4879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nevermined/Assets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('Assets', () => {
})

it('should be able to download the updated files', async () => {
const folder = fs.mkdirSync('/tmp/sdk-js/updated-files', { recursive: true })
const folder = '/tmp/sdk-js/updated-files'

const path = (await nevermined.assets.download(ddo.id, publisher, folder, -1)) as string
assert.include(path, folder, 'The storage path is not correct.')
Expand Down

0 comments on commit 8f4879a

Please sign in to comment.