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
Writing abstract contract MyTest is DSTest { derails the testing suite:
Running 1 tests for src/test/MyTest.t.sol:MyTest
hevm: Data.Binary.Get.runGet at position 0: not enough bytes
uint256
bool
CallStack (from HasCallStack):
error, called at libraries/binary/src/Data/Binary/Get.hs:351:5 in binary-0.8.8.0:Data.Binary.Get
AFAIK there's no way to tell the testing suite to ignore a contract. It's included for running even before attempted compilation based on the ABI and there's no way to hide IS_TEST.
The text was updated successfully, but these errors were encountered:
Writing
abstract contract MyTest is DSTest {
derails the testing suite:AFAIK there's no way to tell the testing suite to ignore a contract. It's included for running even before attempted compilation based on the ABI and there's no way to hide
IS_TEST
.The text was updated successfully, but these errors were encountered: