fix that test
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
This commit is contained in:
parent
71e043e159
commit
f620304b3a
@ -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!(
|
||||||
|
Loading…
Reference in New Issue
Block a user