Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Incorrect overload for function called when running test coverage #315

@elenadimitrova

Description

@elenadimitrova

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions