Skip to content

Commit

Permalink
ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Jan 28, 2025
1 parent 36b60b1 commit a9c40dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/bundle_analysis/test_bundle_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ def test_bundle_analysis_route_comparison_different_bundle_names():
== EXPECTED_CHANGES["bundle2"]
)


def test_bundle_analysis_zero_asset_size_base_and_head():
loader = BundleAnalysisReportLoader(
storage_service=MemoryStorageService({}),
Expand Down Expand Up @@ -940,6 +941,7 @@ def test_bundle_analysis_zero_asset_size_base_and_head():
size_head=144577,
)


def test_bundle_analysis_zero_asset_size_base_sized_head():
loader = BundleAnalysisReportLoader(
storage_service=MemoryStorageService({}),
Expand Down Expand Up @@ -997,4 +999,4 @@ def test_bundle_analysis_zero_asset_size_base_sized_head():
percentage_delta=100.0,
size_base=0,
size_head=294,
)
)

0 comments on commit a9c40dd

Please # to comment.