diff --git a/pkg/action/install_test.go b/pkg/action/install_test.go index 76a87d0fa..da68f4521 100644 --- a/pkg/action/install_test.go +++ b/pkg/action/install_test.go @@ -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) } } -} \ No newline at end of file +}