Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Nov 26, 2024
1 parent 1e81a30 commit a6e3c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/availability/light/availability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ func (hse *timeoutExchange) GetBlocks(ctx context.Context, cids []cid.Cid) (<-ch
out <- blk
}

// sleep guarantees that we context will be cancelled in a test.
// sleep guarantees that we context will be canceled in a test.
time.Sleep(200 * time.Millisecond)

return out, nil
Expand Down

0 comments on commit a6e3c86

Please sign in to comment.