Skip to content
Snippets Groups Projects

add "long full recoding" test

Merged STEVAN Antoine requested to merge tests into main
+ 2
1
@@ -470,7 +470,8 @@ mod tests {
.collect();
}
try_all_decoding_combinations(data, &shards, k, n, &test_case, Some(100), vec![]);
let actual = decode::<F>(shards).unwrap_or_else(|_| panic!("could not decode {test_case}"));
assert_eq!(data, actual, "bad decoded data with {test_case}",);
}
#[test]
Loading