Skip to content

Commit

Permalink
fixup!comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Jun 20, 2019
1 parent 83141a3 commit 2c93ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raft/tracker/progress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ func TestProgressIsPaused(t *testing.T) {
}
}

// TestProgressResume ensures that progress.maybeUpdate and progress.maybeDecrTo
// will reset progress.paused.
// TestProgressResume ensures that MaybeUpdate and MaybeDecrTo will reset
// ProbeSent.
func TestProgressResume(t *testing.T) {
p := &Progress{
Next: 2,
Expand Down

0 comments on commit 2c93ee9

Please sign in to comment.