Skip to content

fix(tests): resolve unused sut warning in GitRepositorySkillFetcherTests - #105

Merged
albertodebortoli merged 1 commit into
mainfrom
fix/unused-sut-warning-in-test
Jul 26, 2026
Merged

fix(tests): resolve unused sut warning in GitRepositorySkillFetcherTests#105
albertodebortoli merged 1 commit into
mainfrom
fix/unused-sut-warning-in-test

Conversation

@albertodebortoli

Copy link
Copy Markdown
Member

Pull Request Title

fix(tests): resolve unused sut warning in GitRepositorySkillFetcherTests

Description

  • test_skillPaths_gitNotFound created a sut binding that was never used, triggering a compiler warning. Since the test doesn't exercise sut (it only documents an untestable scenario), the binding is discarded instead.

Type of Change

  • Maintenance / Refactor

How Has This Been Tested?

  • Tested on macOS (arch: arm64)

Checklist

  • Swift code builds locally (swift build)
  • Tests pass locally (swift test)
  • Code style / formatting respected

Breaking Changes?

  • No

@albertodebortoli albertodebortoli added this to the 0.24.0 milestone Jul 26, 2026
@albertodebortoli albertodebortoli added the refactoring Refactoring work label Jul 26, 2026
@albertodebortoli
albertodebortoli merged commit 33ed2c2 into main Jul 26, 2026
3 checks passed
@albertodebortoli
albertodebortoli deleted the fix/unused-sut-warning-in-test branch July 26, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Refactoring work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant