Skip to content

Commit

Permalink
Change raft port in all raftballoon tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aalda committed Feb 25, 2019
1 parent b7b694f commit 2657014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raftwal/raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func init() {
}

func raftAddr(id int) string {
return fmt.Sprintf(":830%d", id)
return fmt.Sprintf(":1830%d", id)
}

func newNode(t *testing.T, id int) (*RaftBalloon, func()) {
Expand Down

0 comments on commit 2657014

Please sign in to comment.