fixing tests.
This commit is contained in:
parent
5e15568903
commit
7a9d9e56a7
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ func TestXAxisGetTicks(t *testing.T) {
|
||||||
}
|
}
|
||||||
vf := FloatValueFormatter
|
vf := FloatValueFormatter
|
||||||
ticks := xa.GetTicks(r, xr, styleDefaults, vf)
|
ticks := xa.GetTicks(r, xr, styleDefaults, vf)
|
||||||
assert.Len(ticks, 17)
|
assert.Len(ticks, 16)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestXAxisGetTicksWithUserDefaults(t *testing.T) {
|
func TestXAxisGetTicksWithUserDefaults(t *testing.T) {
|
||||||
|
|
|
@ -23,7 +23,7 @@ func TestYAxisGetTicks(t *testing.T) {
|
||||||
}
|
}
|
||||||
vf := FloatValueFormatter
|
vf := FloatValueFormatter
|
||||||
ticks := ya.GetTicks(r, yr, styleDefaults, vf)
|
ticks := ya.GetTicks(r, yr, styleDefaults, vf)
|
||||||
assert.Len(ticks, 36)
|
assert.Len(ticks, 32)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestYAxisGetTicksWithUserDefaults(t *testing.T) {
|
func TestYAxisGetTicksWithUserDefaults(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue