diff --git a/tests/core_tests/multiassets_test.cpp b/tests/core_tests/multiassets_test.cpp index 755e499f..3fb2d99d 100644 --- a/tests/core_tests/multiassets_test.cpp +++ b/tests/core_tests/multiassets_test.cpp @@ -1233,7 +1233,7 @@ bool asset_operation_and_hardfork_checks::c1( check_balance_via_wallet(*wallet, /* name = */ "Alice", /* expected_total = */ 1'000'000'000'000'000'000, - /* expected_mined = */ 2 * COIN, + /* expected_mined = */ INVALID_BALANCE_VAL, /* expected_unlocked = */ 1'000'000'000'000'000'000, /* expected_awaiting_in = */ INVALID_BALANCE_VAL, /* expected_awaiting_out = */ INVALID_BALANCE_VAL,