use default vals for new accounts

This commit is contained in:
Ethan Buchman
2017-03-06 04:40:43 -05:00
parent cafc961679
commit e3826a2f45
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
func TestNilAccount(t *testing.T) {
acc := Account{}
var acc Account
//test Copy
accCopy := acc.Copy()