From ab73f0d19f943e4aa5b7eed5b9887b86a082b2a8 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 11 Sep 2024 22:36:54 +0200 Subject: [PATCH] coretests: asset_operation_and_hardfork_checks test fixed --- tests/core_tests/multiassets_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,