Skip to content

Commit

Permalink
aw_test: increase number of nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Jul 20, 2020
1 parent de73dd6 commit 591a58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var _ = Describe("Airwave", func() {
defer cancel()

// Initialise nodes.
n := 2
n := 3
nodes := make([]*aw.Node, n)
addrs := make([]wire.Address, n)
for i := range nodes {
Expand Down

0 comments on commit 591a58d

Please sign in to comment.