Skip to content

Commit

Permalink
fix remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj committed Apr 25, 2024
1 parent a17b14a commit 59d980c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@openzeppelin/=node_modules/@openzeppelin/
ds-test/=node_modules/ds-test/src
forge-std/=node_modules/forge-std/src

2 changes: 1 addition & 1 deletion test/Hello.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract HelloTest is TestUtils {
hello = new Hello();
}

function test_sayHello() external {
function test_sayHello() external view {
assertEq(hello.sayHello(), "Hello, Forge!");
}
}

0 comments on commit 59d980c

Please sign in to comment.