Implement test that executes extrinsics

This commit is contained in:
Bastian Köcher
2019-04-12 13:34:48 +02:00
parent f213d5ed83
commit cbaef32ddd
2 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -18,6 +18,6 @@
#![cfg_attr(not(feature = "std"), no_std)]
use substrate_test_runtime::{Block, system::BlockExecutor};
pub use substrate_test_runtime::*;
runtime::register_validate_block!(Block, BlockExecutor);