opentofu/terraform/hook_stop_test.go
2014-07-02 16:16:38 -07:00

10 lines
111 B
Go

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