Skip to content

Commit

Permalink
fix retries count
Browse files Browse the repository at this point in the history
  • Loading branch information
itgram committed Oct 29, 2024
1 parent 061c1c9 commit 5bb37c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esdb/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func readStreamAfterClusterRebalance(t *testing.T) {

stream.Close()

t.Logf("Successfully read stream after %d retries", count)
t.Logf("Successfully read stream after %d retries", count+1)
return
}

Expand Down

0 comments on commit 5bb37c6

Please sign in to comment.