Test failed for FACoin example #286
-
I copy the code in FACoin example and then run the test. But i got this error: error[E11001]: test failure
│ ┌─ C:\Users\HP/.move\https___github_com_aptos-labs_aptos-core_git_mainnet\aptos-move/framework/aptos-framework\sources\function_info.move:94:16
│ │
│ 94 │ native fun is_identifier(s: &vector<u8>): bool;
│ │ ^^^^^^^^^^^^^
│ │ │
│ │ INTERNAL TEST ERROR: Unexpected Verification Error
│ Test was not expected to error, but it gave a MISSING_DEPENDENCY (code 1021) error originating in the module 0000000000000000000000000000000000000000000000000000000000000001::function_info rooted here
│ │ In this function in 0x1::function_info │ stack trace
│ function_info::new_function_info(C:\Users\HP/.move\https___github_com_aptos-labs_aptos-core_git_mainnet\aptos-move/framework/aptos-framework\sources\function_info.move:31-35)
│ fa_coin::init_module(D:\Learning\move\fungible-assest(FA)\sources\FACoin.move:73-77)
│ fa_coin::test_basic_flow(D:\Learning\move\fungible-assest(FA)\sources\FACoin.move:195) Can anyone explain please ! |
Beta Was this translation helpful? Give feedback.
Answered by
kshitijc1506
Jun 28, 2024
Replies: 1 comment 1 reply
-
Can you try upgrading your CLI version? This is coming from recently added code to the module.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kshitijc1506
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try upgrading your CLI version? This is coming from recently added code to the module.
brew upgrade aptos
oraptos update aptos