Several improvements and bug fixes for 2025 tax return #25
@@ -175,7 +175,7 @@ func TestRecordReader_ReadRecord_Split(t *testing.T) {
|
|||||||
if got.Kind() != internal.KindSplit {
|
if got.Kind() != internal.KindSplit {
|
||||||
t.Errorf("want kind %v but got %v", internal.KindSplit, got.Kind())
|
t.Errorf("want kind %v but got %v", internal.KindSplit, got.Kind())
|
||||||
}
|
}
|
||||||
if got.Symbol() != "NO0013536151" {
|
if got.Symbol() != "XX1234567890" {
|
||||||
t.Errorf("want symbol NO0013536151 but got %v", got.Symbol())
|
t.Errorf("want symbol NO0013536151 but got %v", got.Symbol())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user