test(action): fix formatting in TestWriteToFileNoTrailingNewline

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 3 weeks ago
parent ff18e5b0ef
commit d35c8eeb99

@ -1298,7 +1298,6 @@ func TestInstallRelease_WaitOptionsPassedDownstream(t *testing.T) {
is.NotEmpty(failer.RecordedWaitOptions, "WaitOptions should be passed to GetWaiter")
}
func TestWriteToFileNoTrailingNewline(t *testing.T) {
is := assert.New(t)
instAction := installAction(t)
@ -1328,4 +1327,4 @@ func TestWriteToFileNoTrailingNewline(t *testing.T) {
is.NotEqual(byte('\n'), data[len(data)-2], "file should not end with two newlines: %s", name)
}
}
}
}

Loading…
Cancel
Save