Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Apr 4, 2019
1 parent b85aee6 commit 7bd2023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ioutil/ack.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func (arw *AckReadWriter) confirm(seq byte, hash []byte) {

if ack.hash != rcvHash {
ack.errChan <- errors.New("invalid CRC")
return
}

ack.errChan <- nil
Expand Down

0 comments on commit 7bd2023

Please sign in to comment.