Interpolate sphere ID and label, as intended

Thanks, Clippy!
This commit is contained in:
Aaron Fenyes 2025-03-27 02:56:46 -07:00
parent 25f446499b
commit ca9de34427

View file

@ -535,8 +535,8 @@ mod tests {
let subjects = [0, 1].map(|k| {
elts.insert(
Element::new(
"sphere{k}".to_string(),
"Sphere {k}".to_string(),
format!("sphere{k}"),
format!("Sphere {k}"),
[1.0_f32, 1.0_f32, 1.0_f32],
engine::sphere(0.0, 0.0, 0.0, 1.0)
)