clarify test name

This commit is contained in:
Jane Lusby 2020-11-09 17:03:14 -08:00 committed by Deirdre Connolly
parent a398e96f79
commit dc9081b738
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ mod tests {
}
#[test]
fn bigger_is_greater() -> Result<()> {
fn superchain_is_greater_than_subchain() -> Result<()> {
zebra_test::init();
let block: Arc<Block> =
zebra_test::vectors::BLOCK_MAINNET_434873_BYTES.zcash_deserialize_into()?;