1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-25 22:12:38 +02:00
Files
revive/test/epoch_naming_test.go

12 lines
170 B
Go
Raw Permalink Normal View History

package test_test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestEpochNaming(t *testing.T) {
testRule(t, "epoch_naming", &rule.EpochNamingRule{})
}