github.com/googleapis/api-linter@v1.65.2/rules/aip0158/aip0158_test.go (about)

     1  package aip0158
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/googleapis/api-linter/lint"
     7  )
     8  
     9  func TestAddRules(t *testing.T) {
    10  	if err := AddRules(lint.NewRuleRegistry()); err != nil {
    11  		t.Errorf("AddRules got an error: %v", err)
    12  	}
    13  }