diff --git a/tests/core_tests/multiassets_test.cpp b/tests/core_tests/multiassets_test.cpp index 82834a9e..12cabc51 100644 --- a/tests/core_tests/multiassets_test.cpp +++ b/tests/core_tests/multiassets_test.cpp @@ -1172,7 +1172,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 = */ 0, + /* expected_mined = */ 2 * COIN, /* expected_unlocked = */ 1'000'000'000'000'000'000, /* expected_awaiting_in = */ INVALID_BALANCE_VAL, /* expected_awaiting_out = */ INVALID_BALANCE_VAL,