We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4526f81 commit e81f5f5Copy full SHA for e81f5f5
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: 100,
+ claimed_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: 999,
+ claimed_amount: (999),
58
59
60
0 commit comments