mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
modify the name of debit card to checking account, add savings account and certificate of deposit
This commit is contained in:
@@ -11,7 +11,7 @@ func TestAccountInfoResponseSliceLess(t *testing.T) {
|
||||
var accountRespSlice AccountInfoResponseSlice
|
||||
accountRespSlice = append(accountRespSlice, &AccountInfoResponse{
|
||||
Id: 1,
|
||||
Category: ACCOUNT_CATEGORY_DEBIT_CARD,
|
||||
Category: ACCOUNT_CATEGORY_CHECKING_ACCOUNT,
|
||||
DisplayOrder: int32(1),
|
||||
})
|
||||
accountRespSlice = append(accountRespSlice, &AccountInfoResponse{
|
||||
|
||||
Reference in New Issue
Block a user