blob: 88b52a748163201016c9dadda908f887675a4a2a [file] [log] [blame]
package terraform
import (
"testing"
)
func TestNullGraphWalker_impl(t *testing.T) {
var _ GraphWalker = NullGraphWalker{}
}