From e67a73f9c720a9fefe83c74e3266f34f4e033feb Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 26 Jan 2016 22:49:56 +0200 Subject: [PATCH] fix test --- general_tests/tutorial_local_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {