Skip to content

Commit

Permalink
test: updating network test
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Nov 4, 2023
1 parent 9af675e commit 1013545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func TestNetwork(t *testing.T) {
confN.EnableRelay = true
confN.RelayAddrs = relayAddrs
confN.BootstrapAddrs = bootstrapAddresses
confM.ForcePrivateNetwork = true
confN.ForcePrivateNetwork = true
confN.Listens = []string{
"/ip4/127.0.0.1/tcp/0",
}
Expand All @@ -217,7 +217,7 @@ func TestNetwork(t *testing.T) {
confX := testConfig()
confX.EnableRelay = false
confX.BootstrapAddrs = bootstrapAddresses
confM.ForcePrivateNetwork = true
confX.ForcePrivateNetwork = true
confX.Listens = []string{
"/ip4/127.0.0.1/tcp/0",
}
Expand Down

0 comments on commit 1013545

Please sign in to comment.