tests: Wait for transaction to be in a finalized block (#1236)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-10-31 11:35:40 +02:00
committed by GitHub
parent c3831c26d8
commit e53df87e72
@@ -182,7 +182,7 @@ async fn fetch_block_and_decode_extrinsic_details() {
.submit_and_watch() .submit_and_watch()
.await .await
.unwrap() .unwrap()
.wait_for_in_block() .wait_for_finalized()
.await .await
.unwrap(); .unwrap();