Skip to content

Commit

Permalink
Fix flaky history vector test
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed Nov 1, 2023
1 parent 2c71ca6 commit f5044af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/history/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (h *HelloHistory) Reset() {
defer h.mu.Unlock()

h.vector = 0
h.expectedSeqno = 0
}

func (h *HelloHistory) Empty() bool {
Expand Down

0 comments on commit f5044af

Please sign in to comment.