accounts_test.go: Fix typo in failure message

This commit is contained in:
Aaron Lindsay 2017-11-01 21:03:20 -04:00
parent d3c03e4380
commit 9cca8d1db6
1 changed files with 1 additions and 1 deletions

View File

@ -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")