Skip to content
Snippets Groups Projects
Commit af4ddd2d authored by kaichao's avatar kaichao Committed by Bastian Köcher
Browse files

remove duplicaate test. (#4607)

parent e8dd1205
No related merge requests found
......@@ -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]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment