Skip to content

Commit 3f4a052

Browse files
committed
crc: rename generic test name
1 parent ba5fdd8 commit 3f4a052

File tree

1 file changed

+1
-1
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3363,7 +3363,7 @@ fn tx_replay_forking_test() {
33633363
/// - Verify the miner correctly constructs a block containing the
33643364
/// tx replay set
33653365
/// - Verify the signers approve subsequent blocks
3366-
fn tx_replay_e2e_test() {
3366+
fn tx_replay_reject_invalid_proposals_during_replay() {
33673367
if env::var("BITCOIND_TEST") != Ok("1".into()) {
33683368
return;
33693369
}

0 commit comments

Comments
 (0)