opentofu/terraform/graph_walk_test.go
2015-02-19 12:07:56 -08:00

10 lines
129 B
Go

package terraform
import (
"testing"
)
func TestNullGraphWalker_impl(t *testing.T) {
var _ GraphWalker = NullGraphWalker{}
}