Skip to content

Commit

Permalink
swappity swap
Browse files Browse the repository at this point in the history
Update unseen existing test. The failure represents the exact change,
and update will make it match new changes.
  • Loading branch information
brianp committed Oct 25, 2023
1 parent 6526213 commit 7bd4076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/tari_script/src/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ mod test {
let ctx = context_with_height(u64::try_from(block_height).unwrap());
assert_eq!(
script.execute_with_context(&inputs, &ctx).unwrap(),
Number(block_height - 5)
Number(5 - block_height)
);
}

Expand Down

0 comments on commit 7bd4076

Please sign in to comment.