We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c9d3e commit 4daba76Copy full SHA for 4daba76
tests/libp2p/test_libp2p.py
@@ -4,8 +4,8 @@
4
5
@pytest.mark.asyncio
6
async def test_simple_messages():
7
- libA = Libp2p(transportOpt=["/ip4/127.0.0.1/tcp/8001/ipfs/hostA"])
8
- 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"])
9
10
hostA = await libA.new_node()
11
hostB = await libB.new_node()
0 commit comments