From 8f4879a6c16991172c893a4dade5cbfa1806c205 Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:41:30 +0200 Subject: [PATCH] test: fixing assets test --- integration/nevermined/Assets.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/nevermined/Assets.test.ts b/integration/nevermined/Assets.test.ts index e119af427..5110c17c2 100644 --- a/integration/nevermined/Assets.test.ts +++ b/integration/nevermined/Assets.test.ts @@ -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.')