Skip to content

test(completion): isolate registry test to MainActor - #296

Merged
erha19 merged 1 commit into
erha19:mainfrom
wardmos:fix/completion-registry-test-main-actor
Sep 1, 2026
Merged

test(completion): isolate registry test to MainActor#296
erha19 merged 1 commit into
erha19:mainfrom
wardmos:fix/completion-registry-test-main-actor

Conversation

@wardmos

@wardmos wardmos commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Background

  • SessionCompletionNotificationRegistry is isolated to MainActor.
  • Its shared completion-key test accesses the registry from a synchronous nonisolated method.
  • This prevents the PingIslandTests target from compiling before unit tests run.

Changes

  • Mark testCompletionNotificationRegistryUsesSharedCompletionKeyLogic as @MainActor.

@erha19
erha19 merged commit 696eadb into erha19:main Sep 1, 2026
1 check passed
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