github.com/emc-cmd/terraform@v0.7.8-0.20161101145618-f16309630e7c/command/module_storage_test.go (about)

     1  package command
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/hashicorp/go-getter"
     7  )
     8  
     9  func TestUiModuleStorage_impl(t *testing.T) {
    10  	var _ getter.Storage = new(uiModuleStorage)
    11  }