fix: fmt in data generator field
parent
be6ac694a5
commit
7c401fbf28
|
@ -567,7 +567,9 @@ mod test {
|
||||||
|
|
||||||
// All the values generated will always be the same known value.
|
// All the values generated will always be the same known value.
|
||||||
assert!(
|
assert!(
|
||||||
f64_fields.iter().all(|f| approximately_equal(*f, start_and_end)),
|
f64_fields
|
||||||
|
.iter()
|
||||||
|
.all(|f| approximately_equal(*f, start_and_end)),
|
||||||
"{:?}",
|
"{:?}",
|
||||||
f64_fields
|
f64_fields
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue