Skip to content

Commit 8de01ef

Browse files
committed
fix failing test
1 parent 9e61745 commit 8de01ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/ReserveAutomationIntegration.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ contract ReserveAutomationLiveIntegrationTest is Test {
448448
assertApproxEqRel(
449449
getAmountIn,
450450
amountWellIn,
451-
1e14,
451+
1e15,
452452
"amount in not within tolerance"
453453
);
454454
}

0 commit comments

Comments
 (0)