Skip to content

Commit 88ea931

Browse files
committed
Remove tests of valid_time_value, already in src/lib.rs
1 parent 97f4d7b commit 88ea931

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/param.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,17 +1651,6 @@ mod tests {
16511651

16521652
use super::*;
16531653

1654-
// #[test]
1655-
// #[should_panic]
1656-
// fn test_assert_valid_time_value_fail() {
1657-
// assert_valid_time_value(-1.);
1658-
// }
1659-
1660-
// #[test]
1661-
// fn test_assert_valid_time_value() {
1662-
// assert_valid_time_value(0.);
1663-
// }
1664-
16651654
#[test]
16661655
#[should_panic]
16671656
fn test_assert_strictly_positive_fail() {

0 commit comments

Comments
 (0)