Skip to content

Commit

Permalink
Update test/functional/lib/ipfs-import.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
whizzzkid and lidel authored Sep 15, 2023
1 parent 6767f7b commit 51c2d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/lib/ipfs-import.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('ipfs-import.js', function () {
}
}
getIpfs.returns(ipfs)
getState.returns({ pubGwURLString: 'http://ipfs.io' })
getState.returns({ pubGwURLString: 'https://ipfs.io' })
hasNativeProtocolHandlerStub.value(true)
const mfsPath = '/my-directory'
const url = 'ipfs://bafybeicgmdpvw4duutrmdxl4a7gc52sxyuk7nz5gby77afwdteh3jc5bqa'
Expand Down

0 comments on commit 51c2d39

Please sign in to comment.