Make the tests pass

This commit is contained in:
Bastian Köcher
2019-03-07 10:56:00 +01:00
parent 68100e7545
commit 86fc19933d
5 changed files with 773 additions and 1063 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ mod tests;
/// struct Block;
/// struct BlockExecutor;
///
/// srml_parachain::register_validate_block!(Block, BlockExecutor);
/// cumulus_runtime::register_validate_block!(Block, BlockExecutor);
///
/// # fn main() {}
/// ```