This commit is contained in:
MaysWind
2024-10-26 19:48:24 +08:00
parent 889f90015a
commit 34bf74da84
@@ -351,7 +351,7 @@ func TestQIFTransactionDataFileParseImportedData_ParseAccount(t *testing.T) {
assert.Equal(t, "CNY", allNewAccounts[0].Currency)
}
func TestQIFTransactionDataFileParseImportedData_ParseAmountWithLeadingPlusSing(t *testing.T) {
func TestQIFTransactionDataFileParseImportedData_ParseAmountWithLeadingPlusSign(t *testing.T) {
converter := QifYearMonthDayTransactionDataImporter
context := core.NewNullContext()