Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Mar 16, 2024
1 parent 8abd557 commit 89ef45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ mod test {
assert_eq!(p.hashrate_24h.to_string(), "30,000");
assert_eq!(
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.current_effort.to_string(), "200.00%");
Expand Down

0 comments on commit 89ef45a

Please sign in to comment.