You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running Counter.t.sol I'm getting this error
[⠒] Compiling...
No files changed, compilation skipped
Ran 1 test for test/Counter.t.sol:CounterTest
[FAIL. Reason: setup failed: vm.getCode: failed to read from "/home/schizo/workplace/projects/hello_gmp/lib/universal-factory/abi/UniversalFactory.json": No such file or directory (os error 2)] setUp() (gas: 0)
Suite result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 3.11s (0.00ns CPU time)
Ran 1 test suite in 3.29s (3.11s CPU time): 0 tests passed, 1 failed, 0 skipped (1 total tests)
Failing tests:
Encountered 1 failing test in test/Counter.t.sol:CounterTest
[FAIL. Reason: setup failed: vm.getCode: failed to read from "/home/schizo/workplace/projects/hello_gmp/lib/universal-factory/abi/UniversalFactory.json": No such file or directory (os error 2)] setUp() (gas: 0)
Encountered a total of 1 failing tests, 0 tests succeeded
While running Counter.t.sol I'm getting this error
I have already executed the remmaping command
and my .vscode/settings.json
I think the error is because of the hardcoded path in BaseTest.sol
The text was updated successfully, but these errors were encountered: