Skip to content

Commit d0e1327

Browse files
committed
refactor: rename test file as well
1 parent bf53cf6 commit d0e1327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WstEthOracle.sol renamed to test/WstEthChainlinkAdapterTest.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "../src/libraries/ErrorsLib.sol";
66
import "../lib/forge-std/src/Test.sol";
77
import "../src/adapters/WstEthChainlinkAdapter.sol";
88

9-
contract ChainlinkOracleTest is Test {
9+
contract WstEthChainlinkAdapterTest is Test {
1010
IStEth internal constant ST_ETH = IStEth(0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84);
1111

1212
WstEthChainlinkAdapter internal oracle;

0 commit comments

Comments
 (0)