Skip to content

keep error messages in FEC tests

STEVAN Antoine requested to merge fix-fec-tests into main

follow up to !3 (merged)

description

in !3 (merged), to make Clippy happy, expect was replace with unwrap_or_else, but that suppresses the message of the underlying error, which is not great...

this MR reverts this part of !3 (merged) and allows clippy::expect_fun_call.

Merge request reports