fixing test.

This commit is contained in:
Will Charczuk 2016-07-11 11:12:04 -07:00
parent 04475f35f8
commit 01983f4e86

View File

@ -57,7 +57,7 @@ func TestAnnotationSeriesMeasure(t *testing.T) {
assert.False(box.IsZero())
assert.Equal(-5.0, box.Top)
assert.Equal(5.0, box.Left)
assert.Equal(145.0, box.Right) //the top,left annotation sticks up 5px and out ~44px.
assert.Equal(146.0, box.Right) //the top,left annotation sticks up 5px and out ~44px.
assert.Equal(115.0, box.Bottom)
}