This commit is contained in:
Radu Ioan Fericean
2016-01-26 22:49:56 +02:00
parent 9a7fff8822
commit e67a73f9c7

View File

@@ -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 {