Skip to content

Commit

Permalink
fixup! test: snapshot testing for serialized Lurk expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jul 25, 2023
1 parent 796c1e5 commit 1f0f5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcomm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ mod test {

let req = OpeningRequest {
input,
commitment: c.clone(),
commitment: c,
chain: true,
};
assert_json_snapshot!(req);
Expand Down

0 comments on commit 1f0f5a5

Please sign in to comment.