From 01983f4e8604b102e5dace526cce5e8e4cf4b63d Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Mon, 11 Jul 2016 11:12:04 -0700 Subject: [PATCH] fixing test. --- annotation_series_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation_series_test.go b/annotation_series_test.go index 2c9b65b..772f6e0 100644 --- a/annotation_series_test.go +++ b/annotation_series_test.go @@ -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) }