mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
fix: test
This commit is contained in:
parent
8abd55799a
commit
89ef45a5ac
1 changed files with 1 additions and 1 deletions
|
@ -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%");
|
||||||
|
|
Loading…
Reference in a new issue