Coverage Update #47

Merged
muellerr merged 35 commits from coverage-update into main 2023-12-06 18:05:57 +01:00
20 changed files with 1117 additions and 256 deletions
Showing only changes of commit f620304b3a - Show all commits

View File

@ -1460,7 +1460,7 @@ mod tests {
assert_eq!(expected, 7); assert_eq!(expected, 7);
assert_eq!( assert_eq!(
error.to_string(), error.to_string(),
"time stamp: target slice with size 0 is too small, expected size of at least 7" format!("time stamp: target slice with size {i} is too small, expected size of at least 7")
); );
} }
_ => panic!( _ => panic!(