Skip to content

fix(desktop): move pairing_relay_tests to end of file to satisfy clippy#1809

Closed
wpfleger96 wants to merge 1 commit into
mainfrom
duncan/fix-pairing-clippy-items-after-test-module
Closed

fix(desktop): move pairing_relay_tests to end of file to satisfy clippy#1809
wpfleger96 wants to merge 1 commit into
mainfrom
duncan/fix-pairing-clippy-items-after-test-module

Conversation

@wpfleger96

Copy link
Copy Markdown
Member

Moves pairing_relay_tests after parse_auth_challenge() and wait_for_eose() in desktop/src-tauri/src/commands/pairing.rs.

This leaves production helpers grouped together and makes the test module the final item in the file, satisfying clippy::items_after_test_module.

  • Relocates the existing test module without changing test or production code.

Co-authored-by: Will Pfleger <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
@wpfleger96 wpfleger96 requested a review from a team as a code owner July 13, 2026 16:17

@wesbillman wesbillman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Already done here: #1807

@wpfleger96 wpfleger96 closed this Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants