Skip to content

Commit bc4e36d

Browse files
committed
chore: fmt
1 parent ed80736 commit bc4e36d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/MorphoChainlinkOracleV2Test.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ contract MorphoChainlinkOracleV2Test is Test {
9999
}
100100

101101
function testSDaiEthOracle() public {
102-
MorphoChainlinkOracleV2 oracle = new MorphoChainlinkOracleV2(
103-
sDaiVault, 1e18, daiEthFeed, feedZero, 18, vaultZero, 1, feedZero, feedZero, 18
104-
);
102+
MorphoChainlinkOracleV2 oracle =
103+
new MorphoChainlinkOracleV2(sDaiVault, 1e18, daiEthFeed, feedZero, 18, vaultZero, 1, feedZero, feedZero, 18);
105104
(, int256 expectedPrice,,,) = daiEthFeed.latestRoundData();
106105
assertEq(
107106
oracle.price(),

0 commit comments

Comments
 (0)