Skip to content

Commit

Permalink
corrected contract name for OracleLibTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanShamsi committed Jul 2, 2023
1 parent 29e2d53 commit 0da31af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/OracleLibTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Test, console} from "forge-std/Test.sol";
import {StdCheats} from "forge-std/StdCheats.sol";
import {OracleLib, AggregatorV3Interface} from "../../src/libraries/OracleLib.sol";

contract DSCEngineTest is StdCheats, Test {
contract OracleLibTest is StdCheats, Test {
using OracleLib for AggregatorV3Interface;

MockV3Aggregator public aggregator;
Expand Down

0 comments on commit 0da31af

Please sign in to comment.