Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica authored and hoffmang9 committed Jan 13, 2021
1 parent 2b39ca2 commit daf1c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/full_node/test_full_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class TestFullNodeProtocol:
@pytest.mark.asyncio
async def test_request_peers(self, two_empty_nodes):
full_node_1, full_node_2, server_1, server_2 = two_empty_nodes
full_node_2.full_node_peers.address_manager.make_private_subnets_valid()
full_node_2.full_node.full_node_peers.address_manager.make_private_subnets_valid()
await server_2.start_client(PeerInfo("127.0.0.1", uint16(server_1._port)))

async def have_msgs():
Expand Down

0 comments on commit daf1c9d

Please sign in to comment.