forgot this

This commit is contained in:
Simon Gardling 2022-03-04 09:20:18 -05:00
parent f9cbd8b950
commit a9f6e05b39

View File

@ -397,7 +397,7 @@ fn right_function_test() {
};
{
let (back_values, bars) = function.run_back();
let (back_values, bars, _) = function.run_back();
assert!(bars.is_none());
assert_eq!(back_values.len(), 10);
let back_values_tuple: Vec<(f64, f64)> =