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 = (