Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesloibl committed Jul 17, 2024
1 parent f8152d6 commit 37f3d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_asset_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def test_parallel_asset_generation(new_proj):
assert len(fails) == 2

files = sorted(new_proj.asset_build_dir.glob("*"))
assert len(sorted(new_proj.asset_build_dir.glob("*.assetinfo"))) == 18
assert len(files) == 38
assert len(sorted(new_proj.asset_build_dir.glob("*.assetinfo"))) == 19
assert len(files) == 40
# os.system(f'explorer.exe "{tmp_app.asset_build_dir}"')


Expand Down

0 comments on commit 37f3d8f

Please sign in to comment.