mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
s/TestRemoveLabels/TestSeriesSetFilter/
This commit is contained in:
parent
9c3c98e8de
commit
1af3ef431d
|
@ -98,7 +98,7 @@ func TestAddExternalLabels(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestRemoveLabels(t *testing.T) {
|
||||
func TestSeriesSetFilter(t *testing.T) {
|
||||
tests := []struct {
|
||||
in *prompb.QueryResult
|
||||
toRemove model.LabelSet
|
||||
|
|
Loading…
Reference in a new issue