Skip to content

Commit

Permalink
Fix test message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykoren committed Jan 21, 2025
1 parent 76ad0f0 commit 120c4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zcash_primitives/src/transaction/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ mod tests {
assert_eq!(
action.notes()[1].value().inner(),
42,
"Incorrect reference note value"
"Incorrect note value"
);
}

Expand Down Expand Up @@ -1669,7 +1669,7 @@ mod tests {
assert_eq!(
action.notes()[1].value().inner(),
42,
"Incorrect reference note value"
"Incorrect note value"
);
}

Expand Down

0 comments on commit 120c4fd

Please sign in to comment.