tests are pretty helpful

This commit is contained in:
Will Charczuk 2016-07-30 09:38:43 -07:00
parent 9c96af2a22
commit bf38f3e718
4 changed files with 5 additions and 4 deletions

View file

@ -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) {