Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Avoid key-error when inserting asset chunks #550

Merged
merged 6 commits into from
Mar 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert thing that makes test fail
  • Loading branch information
ajay-sentry committed Feb 28, 2025
commit 33e9f069df64a724a2778d2af64ecbee51bc9c33
2 changes: 1 addition & 1 deletion tests/unit/bundle_analysis/test_asset_association.py
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ def test_asset_association():
asset_b = prev_b_asset_mapping["asset-same-name-diff-modules.js"]
assert (
curr_b_asset_mapping_after["asset-same-name-diff-modules.js"].uuid
!= asset_b.uuid
== asset_b.uuid
)

# Diff name, same modules -> asset associated
Loading
Oops, something went wrong.