diff --git a/pallets/author-noting/src/lib.rs b/pallets/author-noting/src/lib.rs index b1304dedb..b965796d5 100644 --- a/pallets/author-noting/src/lib.rs +++ b/pallets/author-noting/src/lib.rs @@ -131,6 +131,12 @@ pub mod pallet { "Container chain author data needs to be present in every block!" ); } + + + #[cfg(feature = "std")] + fn integrity_test() { + panic!("integrity test enabled :D"); + } } #[pallet::call]