Skip to content

Commit 92f0bf3

Browse files
committed
test: minor improvement
1 parent df4950a commit 92f0bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ChainlinkOracleTest.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ contract ChainlinkOracleTest is Test {
167167
// DAI has 12 more decimals than USDC.
168168
uint256 expectedPrice = 10 ** (36 + 12);
169169
// Admit a 50% interest gain before breaking this test.
170-
uint256 deviation = 0.66 ether;
170+
uint256 deviation = 0.33 ether;
171171
assertApproxEqRel(oracle.price(), expectedPrice, deviation);
172172
}
173173

0 commit comments

Comments
 (0)