Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit c022878

Browse files
committed
chore: fix linting
1 parent bb45541 commit c022878

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/ipfs/test/interface-http-go.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -622,15 +622,15 @@ describe('interface-ipfs-core over ipfs-http-client tests against go-ipfs', () =
622622
reason: 'HTTP clients cannot hold this many connections open'
623623
}].concat(
624624
isWindows
625-
? [{
626-
name: 'should send/receive 100 messages',
627-
reason: 'FIXME https://github.com/ipfs/interface-ipfs-core/pull/188#issuecomment-354673246 and https://github.com/ipfs/go-ipfs/issues/4778'
628-
},
629-
{
630-
name: 'should receive multiple messages',
631-
reason: 'FIXME https://github.com/ipfs/interface-ipfs-core/pull/188#issuecomment-354673246 and https://github.com/ipfs/go-ipfs/issues/4778'
632-
}]
633-
: []
625+
? [{
626+
name: 'should send/receive 100 messages',
627+
reason: 'FIXME https://github.com/ipfs/interface-ipfs-core/pull/188#issuecomment-354673246 and https://github.com/ipfs/go-ipfs/issues/4778'
628+
},
629+
{
630+
name: 'should receive multiple messages',
631+
reason: 'FIXME https://github.com/ipfs/interface-ipfs-core/pull/188#issuecomment-354673246 and https://github.com/ipfs/go-ipfs/issues/4778'
632+
}]
633+
: []
634634
)
635635
})
636636

0 commit comments

Comments
 (0)