MCPcopy Index your code
hub / github.com/databus23/helm-diff / TestPrintDyffReportEmpty

Function TestPrintDyffReportEmpty

diff/report_test.go:218–228  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

216}
217
218func TestPrintDyffReportEmpty(t *testing.T) {
219 report := &Report{
220 Entries: []ReportEntry{},
221 }
222
223 var buf bytes.Buffer
224 printDyffReport(report, &buf)
225
226 output := buf.String()
227 require.Equal(t, "\n", output)
228}

Callers

nothing calls this directly

Calls 2

printDyffReportFunction · 0.85
StringMethod · 0.45

Tested by

no test coverage detected