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
Naming convention for private & internal variables & functions is not followed everywhere, we should rename them to start with a _, but doing so breaks the upgradeability (storage collision).
cf. #219
So we'll no cover this for the moment at least.
import {Vm}
in tests (as it's already imported throughimport {Test}
)The text was updated successfully, but these errors were encountered: