that reduced coverage again..

This commit is contained in:
2023-12-06 01:12:33 +01:00
parent 5b7c500ee7
commit c21ddf3cf0
6 changed files with 120 additions and 53 deletions

View File

@ -171,7 +171,7 @@ impl Display for PusError {
write!(f, "crc16 was not calculated")
}
PusError::ByteConversion(e) => {
write!(f, "low level byte conversion error: {e}")
write!(f, "pus error: {e}")
}
}
}