Skip to content

Commit

Permalink
chore: assert test case
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrxlz committed Feb 4, 2025
1 parent e8b3d6a commit 18c4d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kos/src/chains/klv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ mod test {

assert_eq!(
result_tx.tx_hash,
hex::decode("d1446fa96608eaaf414aaaf19e66b5c19684a40bf586ea19e27684649d3e5386")
hex::decode("50fce82cb3f4bf851d86fd594133b13e891d1f565958b0a95b11ce47f2179926")
.unwrap()
);
}
Expand Down

0 comments on commit 18c4d17

Please sign in to comment.