Skip to content

Commit

Permalink
Modified the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Insharamin12 committed Oct 19, 2024
1 parent 98596d2 commit a78e170
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/
chainlink-brownie-contracts/=lib/chainlink-brownie-contracts/
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
foundry-devops/=lib/foundry-devops/
2 changes: 1 addition & 1 deletion test/unit/FundMeTest.t.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;

import {DeployFundMe} from "../../script/DeployFundMe.s.sol";
import {DeployFundMe} from "../../script/DeployfundMe.s.sol";
import {FundMe} from "../../src/FundMe.sol";
import {HelperConfig} from "../../script/HelperConfig.s.sol";
import {Test, console} from "forge-std/Test.sol";
Expand Down

0 comments on commit a78e170

Please sign in to comment.