We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22ceff commit 117fcefCopy full SHA for 117fcef
src/bridge.rs
@@ -44,7 +44,7 @@ mod tests {
44
CompletionProof {
45
intent_id: test_intent_id(),
46
receiver: Address("receiver".to_string()),
47
- claimed_amount: (100),
+ claimed_amount: Amount(100),
48
evidence_ref: EvidenceRef(b"evidence".to_vec()),
49
timestamp: 1,
50
metadata: None,
@@ -55,7 +55,7 @@ mod tests {
55
56
57
58
- claimed_amount: (999),
+ claimed_amount: Amount(999),
59
60
61
0 commit comments