From 21b4dfddc9f9e4976f3bdd95422064ccde7dbc54 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 14 Jul 2016 21:16:49 -0700 Subject: [PATCH] these tests are not a joke. --- 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 309da52..00b6572 100644 --- a/annotation_series_test.go +++ b/annotation_series_test.go @@ -53,7 +53,7 @@ func TestAnnotationSeriesMeasure(t *testing.T) { box := as.Measure(r, cb, xrange, yrange, sd) assert.False(box.IsZero()) - assert.Equal(-3.0, box.Top) + assert.Equal(-5.0, box.Top) assert.Equal(5.0, box.Left) assert.Equal(147.0, box.Right) //the top,left annotation sticks up 5px and out ~44px. assert.Equal(115.0, box.Bottom)