github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/automation/hook/runtime_hook_test.go (about) 1 package hook_test 2 3 import ( 4 "testing" 5 6 "github.com/qri-io/qri/automation/hook" 7 "github.com/qri-io/qri/automation/spec" 8 ) 9 10 func TestRuntimeHook(t *testing.T) { 11 rh := hook.NewRuntimeHook("testing payload") 12 spec.AssertHook(t, rh) 13 }