Skip to content

Commit 69bf666

Browse files
committed
chore: improve test messages
1 parent 94b118c commit 69bf666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3895,7 +3895,7 @@ mod tests {
38953895
BlockstackOperationType::LeaderBlockCommit(commit_op),
38963896
&mut op_signer,
38973897
)
3898-
.expect("Build leader block commit should work");
3898+
.expect("Submit op should work");
38993899

39003900
assert!(op_signer.is_disposed());
39013901

@@ -4067,7 +4067,7 @@ mod tests {
40674067
BlockstackOperationType::LeaderKeyRegister(leader_key_op),
40684068
&mut op_signer,
40694069
)
4070-
.expect("Build leader block commit should work");
4070+
.expect("Submit op should work");
40714071

40724072
assert!(op_signer.is_disposed());
40734073

0 commit comments

Comments
 (0)