Skip to content

test(mobile): avoid #3344 conflict with current main - #1

Merged
smltr merged 1 commit into
smltr:fix/mobile-live-thread-summariesfrom
daguiler76:fix/pr-3344-conflict-layout
Aug 1, 2026
Merged

test(mobile): avoid #3344 conflict with current main#1
smltr merged 1 commit into
smltr:fix/mobile-live-thread-summariesfrom
daguiler76:fix/pr-3344-conflict-layout

Conversation

@daguiler76

Copy link
Copy Markdown

Summary

block/buzz#3344 now conflicts with current main because both branches insert regression coverage at the same location in channel_messages_provider_test.dart.

This follow-up only reorders existing tests on the PR branch: it moves the reconnect-hydration test before the two live-reply tests. No production code or test assertions change.

With this layout, Git's three-way merge retains all three regressions without manual resolution:

Verification

  • git merge-tree --write-tree HEAD origin/main — clean, exit 0
  • just mobile-check — passed
  • just mobile-test — 826 passed, 1 skipped
  • Separate resolved integration on current main (c286e2c0) — 1,024 passed, 1 skipped
  • git diff --check — passed

This is intended to be merged into fix/mobile-live-thread-summaries, after which block/buzz#3344 should become cleanly mergeable again.

Keep the live-reply regression tests away from main's newly added local-row summary test so both changes merge without conflict.

Co-authored-by: Daniel Aguilera <daguiler@gmail.com>
Signed-off-by: Daniel Aguilera <daguiler@gmail.com>

@smltr smltr left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

thank you!

@smltr
smltr merged commit b3d2916 into smltr:fix/mobile-live-thread-summaries Aug 1, 2026
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