Make the tests actually test something...

This commit is contained in:
Arthur Carcano 2021-06-10 18:02:06 +02:00
parent cffd3fefda
commit b48444ef6c
2 changed files with 2 additions and 2 deletions

View File

@ -225,6 +225,6 @@ mod tests {
1e-4,
AbsTolerance::Scalar(1e-4),
(),
);
).unwrap();
}
}

View File

@ -379,6 +379,6 @@ mod tests {
AbsTolerance::scalar(1e-4),
SensiAbsTolerance::scalar([1e-4; 4]),
(),
);
).unwrap();
}
}