package test

import (
	"testing"

	"github.com/mgechev/revive/lint"
	"github.com/mgechev/revive/rule"
)

func TestNestedStructs(t *testing.T) {
	testRule(t, "nested_structs", &rule.NestedStructs{}, &lint.RuleConfig{})
}