Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 26e8d5f

Browse files
authored
Fix test get_block_info. (#935)
Co-authored-by: Esteve Soler Arderiu <esteve.soler@lambdaclass.com>
1 parent 89a36ff commit 26e8d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc_state_reader/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ mod tests {
534534
fn test_get_block_info() {
535535
let rpc_state = RpcState::new(
536536
RpcChain::MainNet,
537-
BlockValue::Tag(serde_json::to_value("latest").unwrap()),
537+
BlockValue::Number(serde_json::to_value(168204).unwrap()),
538538
);
539539

540540
let gas_price_str = "13563643256";

0 commit comments

Comments
 (0)