fix error purging unused types in 75f8e75

This commit is contained in:
Andrej730
2024-07-30 19:08:52 +05:00
parent 51463ab674
commit de0374bdbd
6 changed files with 18 additions and 24 deletions
-7
View File
@@ -168,13 +168,6 @@ class TestHasMaterialUsage(NewFile):
assert subject.has_material_usage(element) is True
class TestRemoveObject(NewFile):
def test_run(self):
obj = bpy.data.objects.new("Object", None)
subject.remove_object(obj)
assert not bpy.data.objects.get("Object")
class TestRunGeometryAddRepresentation(NewFile):
def test_nothing(self):
pass