1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/test/deep_exit_test.go

13 lines
214 B
Go

package test_test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestDeepExit(t *testing.T) {
testRule(t, "deep_exit", &rule.DeepExitRule{})
testRule(t, "deep_exit_test", &rule.DeepExitRule{})
}