diff --git a/go/stats/opentsdb/backend_test.go b/go/stats/opentsdb/backend_test.go index 3c397b993fd..c70b9ecb88b 100644 --- a/go/stats/opentsdb/backend_test.go +++ b/go/stats/opentsdb/backend_test.go @@ -52,7 +52,7 @@ func TestPushAll(t *testing.T) { assert.NoError(t, err) after := len(mw.data) - assert.Equalf(t, after-before, 2, "expected length of writer.data to have been increased by 2") + assert.Equalf(t, after-before, 2, "length of writer.data should have been increased by 2") } func TestPushOne(t *testing.T) {