flow-go
flow-go copied to clipboard
Write tests for NFT Program Recovery `getIDs()`
Problem Definition
Need tests for the recovered NFT programs with default implementations, specifically getIDs().
Proposed Solution
The solution was added in this PR but it was merged before tests were added in order to get it into an upcoming HCU. It needs some test cases
Definition of Done
At the moment there is only TestContractCheckingMigrationProgramRecovery in the Cadence 1.0 migration code, which only tests FT. There are no tests in FVM yet and it would be great to add some.