diff --git a/pkg/action/install_test.go b/pkg/action/install_test.go index efcf0b0da..312e58964 100644 --- a/pkg/action/install_test.go +++ b/pkg/action/install_test.go @@ -1312,8 +1312,8 @@ func TestWriteToFileNoTrailingNewline(t *testing.T) { // Each output file should end with exactly one newline (no double newline). for _, name := range []string{ - "hello/templates/hello", "hello/templates/goodbye", + "hello/templates/with-partials", } { path := filepath.Join(dir, name) data, err := os.ReadFile(path)