Skip to content

Commit 05f2a36

Browse files
pgtedaviddias
authored andcommitted
stats: tests: bind to localhost only
1 parent 3e997a6 commit 05f2a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const createNode = require('./utils/node').createNode
99

1010
describe('libp2p', (done) => {
1111
it('has stats', () => {
12-
createNode('/ip4/0.0.0.0/tcp/0', {
12+
createNode('/ip4/127.0.0.1/tcp/0', {
1313
mdns: false,
1414
dht: true
1515
}, (err, node) => {

0 commit comments

Comments
 (0)