Farmatting changes

This commit is contained in:
Celestino Amoroso 2024-03-30 08:12:47 +01:00
parent d0572260c7
commit e3e5ad7da8

View File

@ -264,7 +264,6 @@ func TestListParser(t *testing.T) {
}
}
t.Log(fmt.Sprintf("test count: %d, succeeded count: %d, failed count: %d", len(inputs), succeeded, failed))
}
func logTest(t *testing.T, n int, source string, wantResult any, wantErr error) {