Skip to content

Commit

Permalink
minor test bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robzajac committed Nov 12, 2018
1 parent c5c9d3e commit 4daba76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/libp2p/test_libp2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

@pytest.mark.asyncio
async def test_simple_messages():
libA = Libp2p(transportOpt=["/ip4/127.0.0.1/tcp/8001/ipfs/hostA"])
libB = Libp2p(transportOpt=["/ip4/127.0.0.1/tcp/8000/ipfs/hostB"])
libA = Libp2p(transport_opt=["/ip4/127.0.0.1/tcp/8001/ipfs/hostA"])
libB = Libp2p(transport_opt=["/ip4/127.0.0.1/tcp/8000/ipfs/hostB"])

hostA = await libA.new_node()
hostB = await libB.new_node()
Expand Down

0 comments on commit 4daba76

Please sign in to comment.