Skip to content

Commit e014d14

Browse files
committed
lint
Signed-off-by: yeya24 <[email protected]>
1 parent 469c86c commit e014d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/parquet_querier_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ func TestParquetProjectionPushdown(t *testing.T) {
353353
for _, series := range matrix {
354354
actualLabels := make(map[string]struct{})
355355
for _, label := range series.Metric {
356-
actualLabels[string(label.Name)] = struct{}{}
356+
actualLabels[string(label)] = struct{}{}
357357
}
358358

359359
// Check that all expected labels are present

0 commit comments

Comments
 (0)