We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f4d7b commit 88ea931Copy full SHA for 88ea931
src/param.rs
@@ -1651,17 +1651,6 @@ mod tests {
1651
1652
use super::*;
1653
1654
- // #[test]
1655
- // #[should_panic]
1656
- // fn test_assert_valid_time_value_fail() {
1657
- // assert_valid_time_value(-1.);
1658
- // }
1659
-
1660
1661
- // fn test_assert_valid_time_value() {
1662
- // assert_valid_time_value(0.);
1663
1664
1665
#[test]
1666
#[should_panic]
1667
fn test_assert_strictly_positive_fail() {
0 commit comments