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

12 lines
166 B
Go

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