Skip to content

Commit 380cbc9

Browse files
MathisGDRubilmax
andauthored
test: better name
Co-authored-by: Romain Milon <rmilon@gmail.com> Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
1 parent 1d40e14 commit 380cbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MorphoChainlinkOracleV2Test.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ contract MorphoChainlinkOracleV2Test is Test {
157157
assertApproxEqRel(oracle.price(), expectedPrice, deviation);
158158
}
159159

160-
function testsfrxEthSDaiOracle() public {
160+
function testSfrxEthSDaiOracle() public {
161161
MorphoChainlinkOracleV2 oracle = new MorphoChainlinkOracleV2(
162162
sfrxEthVault, 1e18, feedZero, feedZero, 18, sDaiVault, 1e18, daiEthFeed, feedZero, 18
163163
);

0 commit comments

Comments
 (0)