We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7aebb commit 9598245Copy full SHA for 9598245
runtimes/bulletin-polkadot/tests/tests.rs
@@ -451,7 +451,6 @@ fn provide_cid_codec_extension_works() {
451
.unwrap()
452
.into_iter()
453
.enumerate()
454
- .map(|(idx, tx)| (idx, tx))
455
.collect::<HashMap<_, _>>();
456
assert_eq!(stored_txs.len(), 3);
457
assert_eq!(stored_txs[&0].content_hash, calculate_cid(&data, None).unwrap().content_hash);
runtimes/bulletin-westend/tests/tests.rs
@@ -365,7 +365,6 @@ fn provide_cid_codec_extension_works() {
365
366
367
368
369
370
371
0 commit comments