Skip to content

Comments

Develop#3

Merged
ayagmar merged 32 commits intomasterfrom
develop
Feb 17, 2026
Merged

Develop#3
ayagmar merged 32 commits intomasterfrom
develop

Conversation

@ayagmar
Copy link
Owner

@ayagmar ayagmar commented Feb 16, 2026

No description provided.

… leaks

Fix failing test 'successfulPromptClearsSentImagesEvenWhenUserTypesNewDraftMidFlight'
that was crashing due to uncaught exceptions from leaked coroutines. The issue was
that viewModelScope coroutines continued running after tests finished and crashed
when Dispatchers.resetMain() was called.

Changes:
- Add viewModels list to track created ViewModels in tests
- Cancel viewModelScope and clear list in @after before resetting Main dispatcher
- Add createViewModel() helper to ensure all ViewModels are tracked
- Fix ktlint multiline expression formatting issues
- Fix Compose naming convention for runActivityAutoScroll and runStreamingAutoScroll
@ayagmar ayagmar merged commit 3cab5d1 into master Feb 17, 2026
2 checks 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.

1 participant