fix(reads): Remove issue reference from test per feedbakc

pull/14674/head
Stuart Carnie 2019-08-16 13:00:06 -07:00
parent 3ca751cfd6
commit f60c2ec3ba
No known key found for this signature in database
GPG Key ID: 848D9C9718D78B4F
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ func TestResponseWriter_WriteResultSet(t *testing.T) {
})
t.Run("issues", func(t *testing.T) {
t.Run("#4321 short write", func(t *testing.T) {
t.Run("short write", func(t *testing.T) {
t.Run("single string series", func(t *testing.T) {
exp := sendSummary{seriesCount: 1, stringCount: 1020}
var ss sendSummary