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 has been archived by the owner on Nov 5, 2024. It is now read-only.
I've encountered multiple scenarios where a non-descriptive error message gets thrown. One such case was when I renamed my contract (from TeaProfile to FlowTea) and forgot to also change the deployments info.
Problem
I've encountered multiple scenarios where a non-descriptive error message gets thrown. One such case was when I renamed my contract (from
TeaProfile
toFlowTea
) and forgot to also change the deployments info.Actual deployment info:
Should be:
When I ran my tests I got the bellow error instead of something more descriptive:
Steps to Reproduce
getAccountAddress("Name")
call)Context
I'm using flow-js-testing in Jest tests for our new project on Flow. We are in the process of developing a Cadence smart contract.
The text was updated successfully, but these errors were encountered: