1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/test/use-any_test.go

12 lines
150 B
Go
Raw Normal View History

2022-03-29 20:25:38 +02:00
package test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestUseAny(t *testing.T) {
testRule(t, "use-any", &rule.UseAnyRule{})
}