chore: test typo (#2986)

This commit is contained in:
int88
2023-06-05 21:16:57 +08:00
committed by GitHub
parent f828a0f441
commit df8ca352ec

View File

@ -322,7 +322,7 @@ mod tests {
}
#[test]
fn clean_chain_of_childres() {
fn clean_chain_of_children() {
let main_parent = BlockNumHash::new(9, BlockHash::random());
let block1 = create_block(10, main_parent.hash);
let block2 = create_block(11, block1.hash);