github.com/netdata/go.d.plugin@v0.58.1/pkg/prometheus/selector/selector_test.go (about)

     1  // SPDX-License-Identifier: GPL-3.0-or-later
     2  
     3  package selector
     4  
     5  import (
     6  	"testing"
     7  )
     8  
     9  func TestLabelMatcher_Matches(t *testing.T) {
    10  
    11  }