blob: 2c30231f96089674a909ace6e4d9c022f5a97674 [file] [log] [blame]
package terraform
import (
"testing"
)
func TestStopHook_impl(t *testing.T) {
var _ Hook = new(stopHook)
}