File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ mod tests {
3131 }
3232
3333 fn sample_intent ( ) -> TransferIntent {
34- TransferIntent {
35- amount_xrp_drops : 100 ,
36- expiry_unix : 999_999_999 ,
37- protocol_version : "v1" ,
38- fee_drops : 1 ,
34+ TransferIntent {
35+ amount_xrp_drops : 100 ,
36+ expiry_unix : 999_999_999 ,
37+ protocol_version : "v1" ,
38+ fee_drops : 1 ,
39+ }
3940 }
40- }
4141
4242 fn valid_proof ( ) -> CompletionProof {
4343 CompletionProof {
4444 intent_id : test_intent_id ( ) ,
4545 receiver : Address ( "receiver" . to_string ( ) ) ,
46- claimed_amount : Amount 100 ,
46+ claimed_amount : 100 ,
4747 evidence_ref : EvidenceRef ( b"evidence" . to_vec ( ) ) ,
4848 timestamp : 1 ,
4949 metadata : None ,
@@ -54,7 +54,7 @@ mod tests {
5454 CompletionProof {
5555 intent_id : test_intent_id ( ) ,
5656 receiver : Address ( "receiver" . to_string ( ) ) ,
57- claimed_amount : Amount 999 ,
57+ claimed_amount : 999 ,
5858 evidence_ref : EvidenceRef ( b"evidence" . to_vec ( ) ) ,
5959 timestamp : 1 ,
6060 metadata : None ,
You can’t perform that action at this time.
0 commit comments