diff --git a/ostap/io/tests/test_io_dbases.py b/ostap/io/tests/test_io_dbases.py index 9a41be30..9bcff63d 100644 --- a/ostap/io/tests/test_io_dbases.py +++ b/ostap/io/tests/test_io_dbases.py @@ -36,10 +36,10 @@ def the_name (): # ============================================================================ try : - import lbdb + import lmdb from ostap.io.lmdbdict import lbdb, LmdbDict item = 'LmdbDict' , CleanUp.tempdir ( prefix = 'ostap-LMDB-' ) , LmdbDict - dbases.append ( item ) + dbases.append ( item ) except ImportError: logger.warning ( 'LmdbDict is not accessible!' )