Skip to content

Commit

Permalink
remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Mar 26, 2024
1 parent 4e3bb65 commit 9ce972d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions raft-compat/prevote_test.go
Expand Up @@ -78,8 +78,6 @@ func TestRaft_PreVote_BootStrap_PreVote(t *testing.T) {
// Check Leader haven't changed
a, _ := getLeader.GetRaft().(*raftprevious.Raft).LeaderWithID()
require.Equal(t, a, leader)

//
tc.Leave(t, cluster, cluster.ID(i))

// Keep the store, to be passed to the upgraded node.
Expand Down

0 comments on commit 9ce972d

Please sign in to comment.