test(action): fix template file names in trailing newline test

Co-authored-by: Cloud-Architect-Emma <Cloud-Architect-Emma@users.noreply.github.com>
Signed-off-by: Cloud-Architect-Emma <your@email.com>
pull/32170/head
Cloud-Architect-Emma 2 weeks ago
parent 84fe10720e
commit efb2e0984f

@ -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)

Loading…
Cancel
Save