Skip to content

Fix test case names.#7406

Merged
pavoljuhas merged 1 commit intoquantumlib:mainfrom
codrut3:issue-7238-d
Jun 2, 2025
Merged

Fix test case names.#7406
pavoljuhas merged 1 commit intoquantumlib:mainfrom
codrut3:issue-7238-d

Conversation

@codrut3
Copy link
Copy Markdown
Contributor

@codrut3 codrut3 commented Jun 1, 2025

This fixes a minor issue I found while working on #7291

The test case names don't match the method being tested. This is confusing because there is another method called merge_single_qubit_moments_to_phxz, but it's not the one tested here.

@codrut3 codrut3 requested review from a team and vtomole as code owners June 1, 2025 17:41
@codrut3 codrut3 requested a review from MichaelBroughton June 1, 2025 17:41
@github-actions github-actions bot added the Size: XS <10 lines changed label Jun 1, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.68%. Comparing base (e27d883) to head (2ed73e7).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7406      +/-   ##
==========================================
- Coverage   98.68%   98.68%   -0.01%     
==========================================
  Files        1112     1112              
  Lines       97709    97709              
==========================================
- Hits        96427    96426       -1     
- Misses       1282     1283       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Collaborator

@pavoljuhas pavoljuhas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning this up!

@pavoljuhas pavoljuhas added this pull request to the merge queue Jun 2, 2025
Merged via the queue into quantumlib:main with commit fa8d64d Jun 2, 2025
35 checks passed
BichengYing pushed a commit to BichengYing/Cirq that referenced this pull request Jun 20, 2025
This fixes a minor issue I found while working on quantumlib#7291 

The test case names don't match the method being tested. This is
confusing because there is another method called
`merge_single_qubit_moments_to_phxz`, but it's not the one tested here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Size: XS <10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants