Skip to content

Commit 8cf99f0

Browse files
committed
test: revert trigger value typo
1 parent 82c10ca commit 8cf99f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/tap-agent/src/agent/sender_account.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ pub mod tests {
14641464
let (sender_account, _, prefix, _) = create_sender_account()
14651465
.pgpool(pgpool)
14661466
.initial_allocation(vec![ALLOCATION_ID_0].into_iter().collect())
1467-
.max_amount_willing_to_lose_grt(TRIGGER_VALUE + 1000)
1467+
.max_amount_willing_to_lose_grt(TRIGGER_VALUE)
14681468
.escrow_subgraph_endpoint(&mock_escrow_subgraph.uri())
14691469
.call()
14701470
.await;
@@ -1509,7 +1509,7 @@ pub mod tests {
15091509

15101510
let (sender_account, _notify, _, _) = create_sender_account()
15111511
.pgpool(pgpool.clone())
1512-
.max_amount_willing_to_lose_grt(TRIGGER_VALUE + 1000)
1512+
.max_amount_willing_to_lose_grt(TRIGGER_VALUE)
15131513
.call()
15141514
.await;
15151515

0 commit comments

Comments
 (0)