fix: test

This commit is contained in:
Louis-Marie Baer 2024-03-16 11:05:59 +01:00
parent 8abd55799a
commit 89ef45a5ac

View file

@ -744,7 +744,7 @@ mod test {
assert_eq!(p.hashrate_24h.to_string(), "30,000"); assert_eq!(p.hashrate_24h.to_string(), "30,000");
assert_eq!( assert_eq!(
p.shares_found.expect("the value is set").to_string(), p.shares_found.expect("the value is set").to_string(),
"1,000" "1000"
); );
assert_eq!(p.average_effort.to_string(), "100.00%"); assert_eq!(p.average_effort.to_string(), "100.00%");
assert_eq!(p.current_effort.to_string(), "200.00%"); assert_eq!(p.current_effort.to_string(), "200.00%");