diff --git a/internal/handlers/accounts_test.go b/internal/handlers/accounts_test.go index befbe56..c1045d0 100644 --- a/internal/handlers/accounts_test.go +++ b/internal/handlers/accounts_test.go @@ -55,7 +55,7 @@ func TestCreateAccount(t *testing.T) { a := d.accounts[i] if a.AccountId == 0 { - t.Errorf("Unable to create security: %+v", a) + t.Errorf("Unable to create account: %+v", a) } if a.Type != orig.Type { t.Errorf("Type doesn't match")