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