Skip to content

Commit b7b28c3

Browse files
Update bridge.rs
1 parent c5551ba commit b7b28c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bridge.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mod tests {
4343
CompletionProof {
4444
intent_id: test_intent_id(),
4545
receiver: Address("receiver".to_string()),
46-
claimed_amount: Amount(100),
46+
claimed_amount: 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: Amount 999,
5858
evidence_ref: EvidenceRef(b"evidence".to_vec()),
5959
timestamp: 1,
6060
metadata: None,

0 commit comments

Comments
 (0)