Skip to content

Commit

Permalink
Rename basic V5 tx test
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Dec 21, 2024
1 parent 2832612 commit 00f19df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/transaction/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use super::{check, Request, Verifier};
mod prop;

#[test]
fn v5_fake_transactions() -> Result<(), Report> {
fn v5_transactions_basic_check() -> Result<(), Report> {
let _init_guard = zebra_test::init();

for network in Network::iter() {
Expand Down

0 comments on commit 00f19df

Please sign in to comment.