Skip to content

Commit 210335b

Browse files
committed
fix: update test description
1 parent f5cad21 commit 210335b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5300,8 +5300,8 @@ fn burn_ops_integration_test() {
53005300
/// Miner B starts its tenure, Miner B produces a Stacks block b_0, but miner C submits its block commit before b_0 is broadcasted.
53015301
/// Bitcoin block C, containing Miner C's block commit, is mined BEFORE miner C has a chance to update their block commit with b_0's information.
53025302
/// This test asserts:
5303-
/// * tenure C ignores b_0, and correctly builds off of block a_x.
5304-
fn forked_tenure_is_ignored() {
5303+
/// * tenure C correctly extends b_0, building off of block B despite the commit being submitted before b_0 was broadcasted.
5304+
fn bad_commit_does_not_trigger_fork() {
53055305
if env::var("BITCOIND_TEST") != Ok("1".into()) {
53065306
return;
53075307
}

0 commit comments

Comments
 (0)