Skip to content

chore(configwatcher): delete unused mockSubscriptionBlocking#390

Merged
zeevdr merged 5 commits into
mainfrom
issue-295-delete-mock-subscription-blocking
May 14, 2026
Merged

chore(configwatcher): delete unused mockSubscriptionBlocking#390
zeevdr merged 5 commits into
mainfrom
issue-295-delete-mock-subscription-blocking

Conversation

@zeevdr
Copy link
Copy Markdown
Member

@zeevdr zeevdr commented May 14, 2026

Summary

  • mockSubscriptionBlocking was defined in race_test.go but never instantiated in any test — it was dead code from the start.
  • Removing it along with the now-orphaned "io" import keeps the test file honest about what it actually exercises.

Test plan

  • make test passes, including the race detector (go test -race via make test).
  • make lint passes.

Closes #295

🤖 Generated with Claude Code

The type was defined in race_test.go but never instantiated in any test.
Removing it along with its now-orphaned "io" import.

Co-Authored-By: Claude <noreply@anthropic.com>
Closes #295
@zeevdr zeevdr added this to the v0.11.0-alpha.2 milestone May 14, 2026
@zeevdr zeevdr added enhancement New feature or request sdk SDK changes size: S Quick win — a few hours or less priority: P2 Nice-to-have labels May 14, 2026
@zeevdr zeevdr merged commit d6667f0 into main May 14, 2026
18 checks passed
@zeevdr zeevdr deleted the issue-295-delete-mock-subscription-blocking branch May 14, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request priority: P2 Nice-to-have sdk SDK changes size: S Quick win — a few hours or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete unused mockSubscriptionBlocking in configwatcher

1 participant