execute system integrity_test also (#9104)

This commit is contained in:
Guillaume Thiolliere
2021-06-14 22:31:04 +02:00
committed by GitHub
parent fdc29180f6
commit 65d3d5d4ab
@@ -367,7 +367,7 @@ fn decl_integrity_test(scrate: &TokenStream2) -> TokenStream2 {
#[test]
pub fn runtime_integrity_tests() {
<AllPallets as #scrate::traits::IntegrityTest>::integrity_test();
<AllPalletsWithSystem as #scrate::traits::IntegrityTest>::integrity_test();
}
}
)