diff --git a/tests/wasm_tests/wasm_tests.cpp b/tests/wasm_tests/wasm_tests.cpp index 0958f9d7f09642f8a1d8cf5b53fe37870885a018..0792dab1363e3d49ae4d4e425e7d967dfad2d2f4 100644 --- a/tests/wasm_tests/wasm_tests.cpp +++ b/tests/wasm_tests/wasm_tests.cpp @@ -26,8 +26,8 @@ using namespace eosio::testing; using namespace fc; struct issue { - static uint64_t get_scope(){ return N(currency); } - static uint64_t get_account(){ return N(issue); } + static uint64_t get_account(){ return N(currency); } + static uint64_t get_name(){ return N(issue); } account_name to; asset quantity;