Skip to content

Commit

Permalink
fix: path for test data
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin committed Oct 2, 2023
1 parent b999ac4 commit b203793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/node/fdp-class.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ describe('Fair Data Protocol class', () => {
generateUser(fdp)
const pod1 = generateRandomHexString()
const pod2 = generateRandomHexString()
const fullPath = path.resolve(__dirname, '../data-unit/directory-utils')
const fullPath = path.resolve(__dirname, '../../data-unit/directory-utils')
const filesInfo = [
{
localPath: fullPath + '/file1.txt',
Expand Down

0 comments on commit b203793

Please sign in to comment.