(t *testing.T)
| 152 | } |
| 153 | |
| 154 | func TestPrettyPrint(t *testing.T) { |
| 155 | s := formatServiceInspect(t, newFormat("pretty"), time.Now()) |
| 156 | golden.Assert(t, s, "service-inspect-pretty.golden") |
| 157 | } |
| 158 | |
| 159 | func TestPrettyPrintWithNoUpdateConfig(t *testing.T) { |
| 160 | s := formatServiceInspect(t, newFormat("pretty"), time.Now()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…