feat(tests): .Close() can be "unchecked"

This commit is contained in:
2025-06-04 14:41:53 +02:00
parent def5d097a4
commit a8341a9b44
3 changed files with 3 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ func internalCompileTest(t *testing.T, options ...string) string {
ChartVersion: chartVersion,
}
if err := Convert(convertOptions, "compose.yml"); err != nil {
log.Printf("Failed to convert: %s", err)
return err.Error()
}