testing t swap #141
-
when i use :pragma solidity 0.8.20; i get when i change to: pragma solidity >=0.8.19 <0.9.0; i get an error with my: import {Test} from "forge-std/Test.sol"; please help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@monaldmuck Here is the documentation of the |
Beta Was this translation helpful? Give feedback.
-
Hello @monaldmuck , did you figure it out already with the help of @alymurtazamemon ? |
Beta Was this translation helpful? Give feedback.
@monaldmuck The file is not compatible with your required solidity version. Check foundry.toml file which version you have specified there and make sure every file is compatible according to it.