diff --git a/pallets/author-inherent/src/tests.rs b/pallets/author-inherent/src/tests.rs index f8e86c5..8579f4f 100644 --- a/pallets/author-inherent/src/tests.rs +++ b/pallets/author-inherent/src/tests.rs @@ -66,6 +66,7 @@ fn test_author_is_still_available_after_on_finalize() { ); AuthorInherent::on_initialize(block_number); + AuthorInherent::kick_off_authorship_validation(None.into()); AuthorInherent::on_finalize(block_number); assert_eq!(Some(ALICE), >::get()); });