Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 14, 2024
1 parent 9b1bb1d commit b124287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ mod tests {
);

match spontaneous_decoded.kind {
PaymentKind::Spontaneous { hash: h, preimage: p } => {
PaymentKind::Spontaneous { hash: h, preimage: p, custom_tlvs: _ } => {
assert_eq!(hash, h);
assert_eq!(preimage, p);
},
Expand Down

0 comments on commit b124287

Please sign in to comment.