tests are pretty helpful
This commit is contained in:
parent
9c96af2a22
commit
bf38f3e718
4 changed files with 5 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ func TestYAxisGetTicks(t *testing.T) {
|
|||
}
|
||||
vf := FloatValueFormatter
|
||||
ticks := ya.GetTicks(r, yr, styleDefaults, vf)
|
||||
assert.Len(ticks, 35)
|
||||
assert.Len(ticks, 36)
|
||||
}
|
||||
|
||||
func TestYAxisGetTicksWithUserDefaults(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue