mirror of https://github.com/mum4k/termdash.git
Fixing incorrect func name in test output.
This commit is contained in:
parent
6a320ac68c
commit
40bee03bc2
|
@ -555,7 +555,7 @@ func TestGauge(t *testing.T) {
|
|||
}
|
||||
|
||||
if diff := faketerm.Diff(tc.want(c.Size()), got); diff != "" {
|
||||
t.Errorf("Rectangle => %v", diff)
|
||||
t.Errorf("Draw => %v", diff)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue