Fix typo in blendfile_io test.

This commit is contained in:
Bastien Montagne
2025-06-30 17:09:45 +02:00
parent ff723825eb
commit f9c39d16c5

View File

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