OpenZeppelin / openzeppelin-test-helpers

Assertion library for Ethereum smart contract testing
https://docs.openzeppelin.com/test-helpers
MIT License
416 stars 132 forks source link

Add support for custom errors #189

Open niccolopetti opened 2 years ago

niccolopetti commented 2 years ago

It would be nice to add support for Custom Errors in the library. An implementation of this is already present in the openzeppelin-contracts repo here I believe it should be moved here to allow anyone importing openzeppelin-test-helpers to use it

rsodre commented 2 years ago

see #180