Skip to content

Commit

Permalink
fix that test
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Dec 5, 2023
1 parent 71e043e commit f620304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time/cds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ mod tests {
assert_eq!(expected, 7);
assert_eq!(
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!(
Expand Down

0 comments on commit f620304

Please sign in to comment.