Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsdotpm committed Feb 5, 2016
1 parent d293d0f commit 1167ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/network/bandwidth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_bandwidth_test(self):
net_type="direct",
node_type="passive",
nat_type="preserving",
passive_port=63600,
passive_port=0,
debug=1,
wan_ip="8.8.8.8",
dht_node=alice_dht,
Expand All @@ -62,7 +62,7 @@ def test_bandwidth_test(self):
net_type="direct",
node_type="passive",
nat_type="preserving",
passive_port=63601,
passive_port=0,
debug=1,
wan_ip="8.8.8.8",
dht_node=bob_dht
Expand Down

0 comments on commit 1167ff8

Please sign in to comment.