clarify test name
This commit is contained in:
parent
a398e96f79
commit
dc9081b738
|
@ -485,7 +485,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn bigger_is_greater() -> Result<()> {
|
fn superchain_is_greater_than_subchain() -> Result<()> {
|
||||||
zebra_test::init();
|
zebra_test::init();
|
||||||
let block: Arc<Block> =
|
let block: Arc<Block> =
|
||||||
zebra_test::vectors::BLOCK_MAINNET_434873_BYTES.zcash_deserialize_into()?;
|
zebra_test::vectors::BLOCK_MAINNET_434873_BYTES.zcash_deserialize_into()?;
|
||||||
|
|
Loading…
Reference in New Issue