Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
hook_stop_test.go
blob: 2c30231f96089674a909ace6e4d9c022f5a97674 [
file
] [
log
] [
blame
]
package terraform
import (
"testing"
)
func TestStopHook_impl(t *testing.T) {
var _ Hook = new(stopHook)
}