File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface-ipfs-core/src/dag
ipfs-message-port-client/test/util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ module.exports = (common, options) => {
65
65
} )
66
66
67
67
it ( 'should respect timeout option when getting a DAG node' , ( ) => {
68
- return testTimeout ( ( ) => ipfs . dag . get ( CID . parse ( 'QmPv52ekjS75L4JmHpXVeuJ5uX2ecSfSZo88NSyxwA3rAQ ' ) , {
68
+ return testTimeout ( ( ) => ipfs . dag . get ( CID . parse ( 'QmPv52ekjS75L4JmHpXVeuJ5uX2ecSfSZo88NSyxwA3rAd ' ) , {
69
69
timeout : 1
70
70
} ) )
71
71
} )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const IPFS = require('ipfs-core')
4
4
const { IPFSService, Server } = require ( 'ipfs-message-port-server' )
5
5
6
6
const main = async connections => {
7
- const ipfs = await IPFS . create ( { offline : true , start : false } )
7
+ const ipfs = await IPFS . create ( )
8
8
const service = new IPFSService ( ipfs )
9
9
const server = new Server ( service )
10
10
You can’t perform that action at this time.
0 commit comments