terraform/internal/terraform/hook_stop_test.go

10 lines
111 B
Go

package terraform
import (
"testing"
)
func TestStopHook_impl(t *testing.T) {
var _ Hook = new(stopHook)
}