summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/pkg/prometheus/selector/selector_test.go
blob: aa3110b035125446cf6d993742e1724c9c105cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-3.0-or-later

package selector

import (
	"testing"
)

func TestLabelMatcher_Matches(t *testing.T) {

}