fixing tests.

This commit is contained in:
Will Charczuk 2016-07-30 20:20:59 -07:00
parent 5e15568903
commit 7a9d9e56a7
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ func TestXAxisGetTicks(t *testing.T) {
}
vf := FloatValueFormatter
ticks := xa.GetTicks(r, xr, styleDefaults, vf)
assert.Len(ticks, 17)
assert.Len(ticks, 16)
}
func TestXAxisGetTicksWithUserDefaults(t *testing.T) {

View File

@ -23,7 +23,7 @@ func TestYAxisGetTicks(t *testing.T) {
}
vf := FloatValueFormatter
ticks := ya.GetTicks(r, yr, styleDefaults, vf)
assert.Len(ticks, 36)
assert.Len(ticks, 32)
}
func TestYAxisGetTicksWithUserDefaults(t *testing.T) {