diff --git a/fwk/examples/fwk-ex-tuto-1/main.go b/fwk/examples/fwk-ex-tuto-1/main.go index 3a4e156e0..29aeff6a4 100644 --- a/fwk/examples/fwk-ex-tuto-1/main.go +++ b/fwk/examples/fwk-ex-tuto-1/main.go @@ -13,7 +13,7 @@ import ( // job is the scripting interface to 'fwk' "go-hep.org/x/hep/fwk/job" - // side-effect import 'testdata'. + // side-effect import 'fwktest'. // merely importing it will register the components defined in this package // with the fwk components' factory. _ "go-hep.org/x/hep/fwk/internal/fwktest"