mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
swarm/network: fix discovery test bug
This commit is contained in:
parent
c51bade7ed
commit
dda293d0ce
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ func XTestDiscoverySimulationSocketAdapter(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDiscoverySimulationSimAdapter(t *testing.T) {
|
func TestDiscoverySimulationSimAdapter(t *testing.T) {
|
||||||
testDiscoverySimulationSocketAdapter(t, *nodeCount, *initCount)
|
testDiscoverySimulationSimAdapter(t, *nodeCount, *initCount)
|
||||||
}
|
}
|
||||||
|
|
||||||
func testDiscoverySimulationSimAdapter(t *testing.T, nodes, conns int) {
|
func testDiscoverySimulationSimAdapter(t *testing.T, nodes, conns int) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue