diff --git a/ostap/io/tests/test_io_dbases.py b/ostap/io/tests/test_io_dbases.py index ce685f5e..ffc7a0e7 100644 --- a/ostap/io/tests/test_io_dbases.py +++ b/ostap/io/tests/test_io_dbases.py @@ -35,7 +35,7 @@ def the_name (): else : # ============================================================================= index = 1 - def _the_name () : + def the_name () : index += 1 return 'i%08d' % index # =============================================================================