Skip to content

Commit 4daba76

Browse files
committed
minor test bugfix
1 parent c5c9d3e commit 4daba76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/libp2p/test_libp2p.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
@pytest.mark.asyncio
66
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"])
7+
libA = Libp2p(transport_opt=["/ip4/127.0.0.1/tcp/8001/ipfs/hostA"])
8+
libB = Libp2p(transport_opt=["/ip4/127.0.0.1/tcp/8000/ipfs/hostB"])
99

1010
hostA = await libA.new_node()
1111
hostB = await libB.new_node()

0 commit comments

Comments
 (0)