Skip to content

Commit

Permalink
chore: attend pr review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Nov 14, 2024
1 parent 767a00e commit 94fba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/centralized-ethereum/src/actors/dr_reporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ mod tests {
};
assert_eq!(
parse_batch_report_error_log(&wrb_contract_abi, log_posted_result),
Some((U256::from(7000), String::from("not in Posted status"),))
Some((U256::from(7_000), String::from("not in Posted status"),))
);
}

Expand Down

0 comments on commit 94fba8a

Please sign in to comment.