Fix vet issues

pull/10073/head
Edd Robinson 2018-07-12 11:47:49 +01:00
parent 75d435c5d6
commit 22d2097e6d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ func TestWriter_WriteOneBucketOneSeries(t *testing.T) {
for i := 0; i < len(ts); i++ {
var ip binary.IntegerPoints
assertTypeValue(t, &buf, binary.IntegerPointsType, &ip)
assertEqual(t, ip, binary.IntegerPoints{ts[i : i+1], vs[i : i+1]})
assertEqual(t, ip, binary.IntegerPoints{Timestamps: ts[i : i+1], Values: vs[i : i+1]})
}
// series footer