···2929 sb.WriteString(strings.Repeat("─", width+2) + "\n")
3030 // TODO: "New Snapshot" should be above this line, in default color.
3131 // - color should be on test name and path
3232- sb.WriteString(fmt.Sprintf(" %s \n", Blue("New Snapshot -- \""+snap.TestName+"\"")))
3232+ sb.WriteString(fmt.Sprintf(" %s \n", Blue("New Snapshot -- \""+snap.Name+"\"")))
33333434 lines := strings.Split(snap.Content, "\n")
3535 numLines := len(lines)