Skip to content

Commit d63fb5d

Browse files
committed
fix: rename integration test name
1 parent 89920fe commit d63fb5d

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
@@ -3953,7 +3953,7 @@ fn tx_replay_failsafe() {
39533953
/// exits.
39543954
#[ignore]
39553955
#[test]
3956-
fn tx_replay_simple() {
3956+
fn tx_replay_starts_correctly() {
39573957
if env::var("BITCOIND_TEST") != Ok("1".into()) {
39583958
return;
39593959
}

0 commit comments

Comments
 (0)