fix that test
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2023-12-05 15:08:03 +01:00
parent 71e043e159
commit f620304b3a

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!(