Skip to content

Commit

Permalink
add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Jul 24, 2023
1 parent 408aee3 commit c8f2b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/examples/author_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ async fn main() {
.submit_and_watch_extrinsic_until_without_events(xt7, XtStatus::InBlock)
.unwrap();
println!("Extrinsic got successfully included in Block!");
assert!(report.block_hash.is_some());
assert!(report.events.is_none());

watch_handle.join().unwrap();
until_in_block_handle.join().unwrap();
Expand Down

0 comments on commit c8f2b5d

Please sign in to comment.