1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-13 13:48:36 +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{})
2022-03-29 20:25:38 +02:00
}