joshua | Flow (2024-04-11)
@mpeter I'm getting an error when I run my tests in this branch: https://github.com/onflow/flow-nft/pull/211
Do you know what that means?
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-cadenceUnknown User•8mo ago
Message Not Public
Sign In & Join Server To View
oh yeah, that makes sense. I'll change it
@joshua | Flow Can you please open a bug report for that in the cadence-tools repo?
we should either try to add support, given normal scripts are able to return the value, or at least report a better error
GitHub
[Testing Framework] Error when returning a reference type · Issue #...
Current Behavior When executing a script that returns a reference, the error that the testing framework gives is unclear: - FAIL: testGetIterator Execution failed: error: slab (0x0.1055) not found:...