1
0
mirror of https://github.com/mgechev/revive.git synced 2025-05-23 22:20:16 +02:00
revive/test/atomic_test.go

12 lines
149 B
Go
Raw Normal View History

2018-10-02 03:24:17 +08:00
package test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestAtomic(t *testing.T) {
testRule(t, "atomic", &rule.AtomicRule{})
}