1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/test/epoch_naming_test.go
2025-11-19 07:52:08 +01:00

12 lines
170 B
Go

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