mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
test: print request error (#1032)
This commit is contained in:
@@ -66,7 +66,7 @@ async fn test_get_body() {
|
||||
mock_provider.add_block(block_hash, block.clone());
|
||||
|
||||
let res = fetch0.get_block_bodies(vec![block_hash]).await;
|
||||
assert!(res.is_ok());
|
||||
assert!(res.is_ok(), "{res:?}");
|
||||
|
||||
let blocks = res.unwrap().1;
|
||||
assert_eq!(blocks.len(), 1);
|
||||
|
||||
Reference in New Issue
Block a user