Skip to content

chore(removing-unused-files): remove old test files that have been moved to the tests directory#29

Merged
gbrennon merged 1 commit intomainfrom
chore/removing-unused-files
Mar 7, 2026
Merged

chore(removing-unused-files): remove old test files that have been moved to the tests directory#29
gbrennon merged 1 commit intomainfrom
chore/removing-unused-files

Conversation

@gbrennon
Copy link
Copy Markdown
Owner

@gbrennon gbrennon commented Mar 7, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 7, 2026 00:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes two leftover stub/placeholder files from src/application/services/ that contained only single-line comments. These files were never declared as modules and held no code — they were remnants from a prior test migration to the tests/ directory.

Changes:

  • Deletes src/application/services/update_more_tests2.rs (comment-only placeholder, no tests or code)
  • Deletes src/application/services/settings_service_tests.rs (comment-only redirect, actual tests already live in tests/application/services/settings_service_tests.rs)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/application/services/update_more_tests2.rs Removed comment-only stub file with no code or module declaration
src/application/services/settings_service_tests.rs Removed comment-only stub pointing to tests that were already migrated to tests/application/services/

@gbrennon gbrennon merged commit a8a0ad7 into main Mar 7, 2026
4 checks passed
@gbrennon gbrennon deleted the chore/removing-unused-files branch March 7, 2026 00:16
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