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
{{ message }}
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
We have the RegistryModule contract and its isRegisteredModule 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.