Skip to content

Commit

Permalink
fix more test
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Dec 12, 2023
1 parent aaf6200 commit 9a65ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/tests/steps/node_steps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ async fn no_meddling_with_data(world: &mut TariWorld, node: String) {
Ok(_) => panic!("The block should not have been valid"),
Err(e) => assert_eq!(
"Chain storage error: Validation error: Block validation error: MMR size for UTXO does not match. \
Expected: 2, received: 3"
Expected: 102, received: 103"
.to_string(),
e.message()
),
Expand Down

0 comments on commit 9a65ca4

Please sign in to comment.