diff --git a/general_tests/tutorial_local_test.go b/general_tests/tutorial_local_test.go index 7fc4a4b7d..fe515fde2 100644 --- a/general_tests/tutorial_local_test.go +++ b/general_tests/tutorial_local_test.go @@ -1221,7 +1221,7 @@ func TestTutLocalSetAccount(t *testing.T) { if balances := acnt.BalanceMap["*monetary"]; len(balances) != 1 { t.Errorf("Unexpected balances found: %+v", balances) } - if len(acnt.ActionTriggers) != 4 { + if len(acnt.ActionTriggers) != 7 { t.Errorf("Unexpected action triggers for account: %+v", acnt.ActionTriggers) } if !acnt.AllowNegative {