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
with the Ganache GUI v2.0.1 - which is the latest stable release - shouldFail.reverting.withMessage in v0.3.2 or expectRevert in master both fails to test the reason string.
Because a regex to test a nodeInfo cannot match a pre-release or a meta-data specified in a semver documentation - https://semver.org/#spec-item-9 and Ganache GUI v2.0.1 uses ganache-core v2.5.5-beta.0 - nodeInfo is EthereumJS TestRPC/v2.5.5-beta.0/ethereum-js
with the Ganache GUI v2.0.1 - which is the latest stable release -
shouldFail.reverting.withMessage
in v0.3.2 orexpectRevert
in master both fails to test the reason string.Because a regex to test a
nodeInfo
cannot match a pre-release or a meta-data specified in a semver documentation - https://semver.org/#spec-item-9 and Ganache GUI v2.0.1 uses ganache-core v2.5.5-beta.0 -nodeInfo
isEthereumJS TestRPC/v2.5.5-beta.0/ethereum-js
openzeppelin-test-helpers/src/shouldFail.js
Line 38 in 3eff5bc
openzeppelin-test-helpers/src/expectRevert.js
Line 29 in 34868ca
expectRevert output:
The text was updated successfully, but these errors were encountered: