remove duplicaate test. (#4607)

This commit is contained in:
kaichao
2020-01-13 13:16:05 +08:00
committed by Bastian Köcher
parent e8dd1205ee
commit af4ddd2dff
@@ -299,7 +299,6 @@ macro_rules! implement_per_thing {
assert_eq!($name::from_percent(34) * 10u64, 3);
assert_eq!($name::from_percent(35) * 10u64, 3);
assert_eq!($name::from_percent(36) * 10u64, 4);
assert_eq!($name::from_percent(36) * 10u64, 4);
}
#[test]