Skip to content

Commit

Permalink
fix(tests): Fixes cctextures test
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Dec 8, 2023
1 parent b46390d commit 435fb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_cc_material_loader(self):
materials = bproc.loader.load_ccmaterials(folder_path=cc_texture_folder,
used_assets=["metal", "wood", "fabric"])

list_of_some_textures = ["Metal001", "Fabric006", "Wood039"]
list_of_some_textures = ["Metal001", "Fabric004", "Wood039"]

for material in materials:
if material.get_name() in list_of_some_textures:
Expand Down

0 comments on commit 435fb7a

Please sign in to comment.