mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
fix typo
This commit is contained in:
@@ -351,7 +351,7 @@ func TestQIFTransactionDataFileParseImportedData_ParseAccount(t *testing.T) {
|
|||||||
assert.Equal(t, "CNY", allNewAccounts[0].Currency)
|
assert.Equal(t, "CNY", allNewAccounts[0].Currency)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestQIFTransactionDataFileParseImportedData_ParseAmountWithLeadingPlusSing(t *testing.T) {
|
func TestQIFTransactionDataFileParseImportedData_ParseAmountWithLeadingPlusSign(t *testing.T) {
|
||||||
converter := QifYearMonthDayTransactionDataImporter
|
converter := QifYearMonthDayTransactionDataImporter
|
||||||
context := core.NewNullContext()
|
context := core.NewNullContext()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user