Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Greg Fitzgerald
2020-06-17 21:54:52 -06:00
committed by GitHub
parent 5b9cd72d8f
commit 0550b893b0
29 changed files with 45 additions and 46 deletions

View File

@ -143,7 +143,7 @@ fn test_multi_fec_block_different_size_coding() {
// Necessary in order to ensure the last shred in the slot
// is part of the recovered set, and that the below `index`
// cacluation in the loop is correct
// calcuation in the loop is correct
assert!(fec_data_shreds.len() % 2 == 0);
for (i, recovered_shred) in recovered_data.into_iter().enumerate() {
let index = first_data_index + (i * 2) + 1;