From f9c39d16c5665cd4b5dedf1cfeaf2b2b5ca412f7 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 30 Jun 2025 17:09:45 +0200 Subject: [PATCH] Fix typo in `blendfile_io` test. --- tests/python/bl_blendfile_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/bl_blendfile_io.py b/tests/python/bl_blendfile_io.py index 537630ba8ae..39074e8b93d 100644 --- a/tests/python/bl_blendfile_io.py +++ b/tests/python/bl_blendfile_io.py @@ -186,7 +186,7 @@ class TestIdRuntimeTag(TestHelper): self.assertNotIn('Cube', bpy.data.objects) self.assertNotIn('LibMaterial', bpy.data.materials) - self.assertNotIn('libMesh', bpy.data.meshes) + self.assertNotIn('LibMesh', bpy.data.meshes) TESTS = (