joshua | Flow (2024-01-09)
I updated my go dependencies to the latest stable cadence dependencies in the flow-nft repo:
but I'm getting an error when I try to run the tests that I'm not getting in the flow-core-contracts repo with the same dependencies:
Not sure what is going on. Anyone have any ideas?
5 Replies
I've created a thread for your message. Please continue any relevant discussion in this thread.
You can rename this thread using
/title <new title>
If this is a technical question that others may benefit from, considering also asking it on Stackoverflow: https://stackoverflow.com/questions/ask?tags=onflow-cadenceThis is happening in the emulator bootstrapping before the tests even start
templates.Environment
is a type from flow-core-contracts/lib/go/templates
package that flow-go
imports
not sure why it would happen in the flow-nft tests but not the flow-core-contracts testsUnknown User•14mo ago
Message Not Public
Sign In & Join Server To View
looks like your strategy of deleting go.sum and resetting everything worked!
so far at least......
thank you!
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View