You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
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
The text was updated successfully, but these errors were encountered: