Skip to content

Commit

Permalink
Fix testJoin setting up bindAddr
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 7, 2019
1 parent c607cc1 commit 5d1aaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gossip/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func TestJoin(t *testing.T) {
conf := DefaultConfig()
conf.NodeName = "testNode"
conf.Role = member.Auditor
conf.BindAddr = "127.0.0.1:12345"
a, _ := NewAgent(conf, []Processor{FakeProcessor{}})

testCases := []struct {
Expand Down

0 comments on commit 5d1aaf2

Please sign in to comment.