mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-06 07:00:27 -05:00
10 lines
137 B
Go
10 lines
137 B
Go
package config
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestHCLConfigurableConfigurable(t *testing.T) {
|
|
var _ configurable = new(hclConfigurable)
|
|
}
|