Skip to content

Commit

Permalink
Adjust the node state structure
Browse files Browse the repository at this point in the history
  • Loading branch information
danl5 committed May 12, 2024
1 parent 8949c75 commit 938181d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/consensus/consensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func TestConsensus_HeartBeat(t *testing.T) {
termCache: tt.fields.termCache,
logger: tt.fields.logger,
eventChan: tt.fields.eventChan,
fsm: &fsm.FSM{},
},
}
if err := c.HeartBeat(tt.args.args, tt.args.reply); (err != nil) != tt.wantErr {
Expand Down

0 comments on commit 938181d

Please sign in to comment.