Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Dec 10, 2020
1 parent e3004b9 commit 9a10c82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ func TestQueryLabelNames(t *testing.T) {
// There is no matched series.
labelNames(t, ctx, q.HTTPEndpoint(), []storepb.LabelMatcher{{Type: storepb.LabelMatcher_EQ, Name: "__name__", Value: "foobar"}},
timestamp.FromTime(now.Add(-time.Hour)), timestamp.FromTime(now.Add(time.Hour)), func(res []string) bool {
// Expected result: [__name__, instance, job, prometheus, replica]
return len(res) == 0
},
)
Expand Down

0 comments on commit 9a10c82

Please sign in to comment.