Open David-Kneel opened 3 years ago
Are yous ure this is happening in expectRevert
? I don't see how this could be caused by test-helpers.
Are yous ure this is happening in
expectRevert
? I don't see how this could be caused by test-helpers.
If you observe int the CI/CD run, all tests pass when run by command yarn test
but the only one test with expectRevert
fails if tests are triggered by yarn coverage
.
I have no indication whether the problem lies in OpenZeppelin test helpers or in npm package solidity-coverage
.
When run
yarn coveralls
, the expectRevert command results in a failure.This situation is evidenced in the following GitHub actions run