This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
Incorrect overload for function called when running test coverage #315
Labels
bug
Something isn't working
We have the
RegistryModule
contract and itsisRegisteredModule
function here which is being tested here.When running code coverage the incorrect overload for that function is used, which expects an array or addresses, rather than a single address to be passed in. Sample failing build here
Behaviour as to which overload is selected to run differs between CI and Coverage environments as when running normal unit tests this runs correctly.
The text was updated successfully, but these errors were encountered: