mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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