From 94fba8aa6798994a63582940c7f5c5539351bbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Thu, 14 Nov 2024 16:42:23 +0100 Subject: [PATCH] chore: attend pr review comments --- bridges/centralized-ethereum/src/actors/dr_reporter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/centralized-ethereum/src/actors/dr_reporter.rs b/bridges/centralized-ethereum/src/actors/dr_reporter.rs index 62c84e71c..43dc58749 100644 --- a/bridges/centralized-ethereum/src/actors/dr_reporter.rs +++ b/bridges/centralized-ethereum/src/actors/dr_reporter.rs @@ -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"),)) ); }