mirror of
https://github.com/mum4k/termdash.git
synced 2025-04-28 13:48:51 +08:00
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 != "" {
|
if diff := faketerm.Diff(tc.want(c.Size()), got); diff != "" {
|
||||||
t.Errorf("Rectangle => %v", diff)
|
t.Errorf("Draw => %v", diff)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user