From 408aee33041918e8e136893615e304a21a0d70d1 Mon Sep 17 00:00:00 2001 From: haerdib Date: Mon, 24 Jul 2023 14:17:04 +0200 Subject: [PATCH] fix tests --- testing/examples/author_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/examples/author_tests.rs b/testing/examples/author_tests.rs index 1848dad79..f4f81191c 100644 --- a/testing/examples/author_tests.rs +++ b/testing/examples/author_tests.rs @@ -121,7 +121,6 @@ async fn main() { .submit_and_watch_extrinsic_until_without_events(xt7, XtStatus::InBlock) .unwrap(); println!("Extrinsic got successfully included in Block!"); - assert_associated_events_match_expected(events); watch_handle.join().unwrap(); until_in_block_handle.join().unwrap();