(t *testing.T)
| 53 | } |
| 54 | |
| 55 | func TestCSVFormatter(t *testing.T) { |
| 56 | f := &CSVFormatter{} |
| 57 | assert.Equal(t, "id,name,record count,comment\nZ1RWMUCMCPKCJX,example.com.,2,comment\n", formatTest(f)) |
| 58 | } |
nothing calls this directly
no test coverage detected