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
I have an upgradeable contract UnlockFactory and another contract TestUnlockFactoryV2 that is only used for tests and inherits the former. Even though I'm using UnlockFactory for most of the tests, the report only includes TestUnlockFactoryV2. When I exclude TestUnlockFactoryV2, the name then changes to UnlockFactory in the report:
I was using v1.0.8 and tried upgrading to v1.0.9, but the issue still persists
I think this might be related to #121
The text was updated successfully, but these errors were encountered:
I have an upgradeable contract
UnlockFactory
and another contractTestUnlockFactoryV2
that is only used for tests and inherits the former. Even though I'm usingUnlockFactory
for most of the tests, the report only includesTestUnlockFactoryV2
. When I excludeTestUnlockFactoryV2
, the name then changes toUnlockFactory
in the report:I was using v1.0.8 and tried upgrading to v1.0.9, but the issue still persists
I think this might be related to #121
The text was updated successfully, but these errors were encountered: