Skip to content

Commit

Permalink
stats: tests: bind to localhost only
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Feb 23, 2018
1 parent 117b4c3 commit 10bd08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const createNode = require('./utils/node').createNode

describe('libp2p', (done) => {
it('has stats', () => {
createNode('/ip4/0.0.0.0/tcp/0', {
createNode('/ip4/127.0.0.1/tcp/0', {
mdns: false,
dht: true
}, (err, node) => {
Expand Down

0 comments on commit 10bd08b

Please sign in to comment.