Skip to content

Commit

Permalink
name test file .t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Nov 12, 2024
1 parent a52e131 commit 7711a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/feeds/test/DualAggregator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {AccessControllerInterface} from "../../shared/interfaces/AccessControlle
import {AggregatorValidatorInterface} from "../../shared/interfaces/AggregatorValidatorInterface.sol";
import {LinkTokenInterface} from "../../shared/interfaces/LinkTokenInterface.sol";
import {LinkToken} from "../../shared/token/ERC677/LinkToken.sol";
import {ReportGenerator} from "./testhelpers/ReportGenerator.sol";
import {ReportGenerator} from "./testhelpers/ReportGenerator.t.sol";

contract DualAggregatorHarness is DualAggregator {
constructor(
Expand Down

0 comments on commit 7711a54

Please sign in to comment.