diff --git a/tests/functional_tests/transactions_flow_test.cpp b/tests/functional_tests/transactions_flow_test.cpp index 4e12b6c3..67a48e01 100644 --- a/tests/functional_tests/transactions_flow_test.cpp +++ b/tests/functional_tests/transactions_flow_test.cpp @@ -589,7 +589,7 @@ bool transactions_flow_test( if (action == TRANSACTIONS_FLOW_TESTACTION_MIXED) { current_action++; - if (current_action > TRANSACTIONS_FLOW_TESTACTION_OFFERS) + if (current_action >= TRANSACTIONS_FLOW_TESTACTION_OFFERS) current_action = TRANSACTIONS_FLOW_TESTACTION_DEFAULT; } }