From db832946e60127ae44e4e001fef82dc36f341711 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 11 Sep 2025 10:07:39 +0200 Subject: [PATCH] Update test_validate_rocksdb.py --- src/ifcopenshell-python/test/test_validate_rocksdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/test/test_validate_rocksdb.py b/src/ifcopenshell-python/test/test_validate_rocksdb.py index 6c7c0eabc3..203d0ed2a4 100644 --- a/src/ifcopenshell-python/test/test_validate_rocksdb.py +++ b/src/ifcopenshell-python/test/test_validate_rocksdb.py @@ -48,7 +48,7 @@ def test_file(file): ifcopenshell.validate.validate(rocks, logger) except ifcopenshell.SchemaError as e: pytest.skip() - # ifcopenshell.validate.log_internal_cpp_errors(None, file, logger, log_content=log) + ifcopenshell.validate.log_internal_cpp_errors(None, file, logger, log_content=log) file = os.path.basename(file) if file.startswith("fail-"): assert len(logger.statements) > 0