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

12 lines
166 B
Go
Raw Normal View History

package test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestStringOfInt(t *testing.T) {
testRule(t, "string_of_int", &rule.StringOfIntRule{})
}