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
hevm: invalid character at offset: 4036
CallStack (from HasCallStack):
error, called at src/EVM/Solidity.hs:538:13 in hevm-0.48.1-68JBNYehi12HotjGf8Zowl:EVM.Solidity
make: *** [test] Error 1
I'm also getting the same error when running dapp test, but when I run dapp build, I get a few warnings, no error, but my tests return no results. Anyone have any ideas?
The text was updated successfully, but these errors were encountered:
I'm using the dapptools template created by @gakonst (found here: https://github.com/gakonst/dapptools-template), and running
make test
and getting the following error:hevm: invalid character at offset: 4036
CallStack (from HasCallStack):
error, called at src/EVM/Solidity.hs:538:13 in hevm-0.48.1-68JBNYehi12HotjGf8Zowl:EVM.Solidity
make: *** [test] Error 1
I'm also getting the same error when running
dapp test
, but when I rundapp build
, I get a few warnings, no error, but my tests return no results. Anyone have any ideas?The text was updated successfully, but these errors were encountered: