SemkoDev / nelson.cli

WE HAVE MOVED TO A NEW REPOSITORY
https://gitlab.com/semkodev/nelson.cli
ISC License
128 stars 20 forks source link

test peer-test.js fails #43

Closed ccmawo closed 6 years ago

ccmawo commented 6 years ago

Expected behaviour

The test should not fail.

Actual behaviour

FAIL src/node/tests/peer-test.js ● Peer › should return correct tcp, http and hostname strings

expect(received).toEqual(expected)

Expected value to equal:
  "tangle.com/666/777/888"
Received:
  "tangle.com/666/777/888/0/udp"

  at Object.<anonymous> (src/node/__tests__/peer-test.js:21:36)
  at process._tickCallback (internal/process/next_tick.js:109:7)

Steps to reproduce

git clone https://github.com/SemkoDev/nelson.cli.git git checkout 0.3.12-beta yarn install --pure-lockfile yarn make

Basic Info

H3npi commented 6 years ago

fixed by pr#40