diff --git a/playground/backend/internal/validators/validator_test.go b/playground/backend/internal/validators/validator_test.go index 04f5c5cc1945..cf1ccffee09b 100644 --- a/playground/backend/internal/validators/validator_test.go +++ b/playground/backend/internal/validators/validator_test.go @@ -21,6 +21,9 @@ import ( "testing" ) +// TestMain setups and teardown all necessary functionality for tests +// in 'validators' package (i.e. for java_validators_test, go_validators_test, +// python_validators_test) func TestMain(m *testing.M) { setup() defer teardown()