We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/eosio.bios_inst_fin_tests.cpp(60): error: in "eosio_bios_if_tests/set_1_finalizer": check output_json.find("\"generation\": 1") != std::string::npos has failed [18446744073709551615 == 18446744073709551615] tests/eosio.bios_inst_fin_tests.cpp(91): error: in "eosio_bios_if_tests/set_2_finalizers": check output_json.find("\"generation\": 1") != std::string::npos has failed [18446744073709551615 == 18446744073709551615]
We need to start with legacy_tester as the test transitions to Savanna explicitly by calling setfinalizers host function:
legacy_tester
setfinalizers
reference-contracts/tests/eosio.bios_inst_fin_tests.cpp
Line 19 in cd645b5
The text was updated successfully, but these errors were encountered:
linh2931
Successfully merging a pull request may close this issue.
We need to start with
legacy_tester
as the test transitions to Savanna explicitly by callingsetfinalizers
host function:reference-contracts/tests/eosio.bios_inst_fin_tests.cpp
Line 19 in cd645b5
The text was updated successfully, but these errors were encountered: