(exp, act string, noise map[string][]string)
| 807 | } |
| 808 | |
| 809 | func (d *DiffsPrinter) PushBodyDiff(exp, act string, noise map[string][]string) { |
| 810 | d.bodyExp, d.bodyAct, d.bodyNoise = exp, act, noise |
| 811 | } |
| 812 | func (d *DiffsPrinter) Render() error { |
| 813 | diffs := []string{} |
| 814 |
no outgoing calls
no test coverage detected