Skip to content

Fix test case names. #7406

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

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Fix test case names. #7406

merged 1 commit into from
Jun 2, 2025

Conversation

codrut3
Copy link
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 vtomole and a team 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
Copy link

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: XS <10 lines changed
2 participants