1
0
mirror of https://github.com/mgechev/revive.git synced 2025-05-21 22:13:14 +02:00
revive/test/constant_logical_expr_test.go
2024-12-05 13:01:47 +01:00

12 lines
190 B
Go

package test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestConstantLogicalExpr(t *testing.T) {
testRule(t, "constant_logical_expr", &rule.ConstantLogicalExprRule{})
}