Hello I have trouble understanding why 3 tests are not passing. #1800
-
' ' ' solidity pragma solidity ^0.8.19; import {Test, console} from "forge-std/Test.sol"; contract FundMeTest is Test { function setUp() external { function testMinimumDollarIsFive() public { function TestOwnerIsMsgSender () public { function testPriceFeedVersionIsAccurate() public { Ran 2 tests for test/Testt.sol:FundMeTest why the third wont pass which is: TestOwnerIsMsgSender |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Use smaller case t in the function, it should be like
|
Beta Was this translation helpful? Give feedback.
-
Hello @YavorJJ, Please try @heheboii11 suggestion, and let's see if it resolves your issue. |
Beta Was this translation helpful? Give feedback.
Use smaller case t in the function, it should be like