diff --git a/pkg/integration/tests/test_list_generator.go b/pkg/integration/tests/test_list_generator.go index f616f90a3..6951dad57 100644 --- a/pkg/integration/tests/test_list_generator.go +++ b/pkg/integration/tests/test_list_generator.go @@ -19,6 +19,8 @@ import ( ) func main() { + println("Generating test_list.go...") + code := generateCode() formattedCode, err := format.Source(code)