zed/crates/collab/tests/integration/db_tests
Marco Groot 68341e72b6
Clarify error message when attempting to delete channel with active participants (#54146)
Previous error message when trying to delete channel with active
participants in call:
<img width="2880" height="1800" alt="image"
src="https://github.com/user-attachments/assets/b11a0d75-438d-468f-8fe4-e0c249dd096c"
/>

After change (tested locally)

<img width="474" height="304" alt="image"
src="https://github.com/user-attachments/assets/1e887411-a851-4dc8-83dc-881f690c0ad9"
/>



Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes #ISSUE
https://github.com/zed-industries/zed/issues/53572

Release Notes:

- N/A or Added/Fixed/Improved ...
Added a clear error message upon trying to delete channel with active
participants
2026-04-21 01:14:06 -07:00
..
buffer_tests.rs collab: Extract tests into integration tests crate (#47668) 2026-01-26 20:28:09 +01:00
channel_tests.rs Clarify error message when attempting to delete channel with active participants (#54146) 2026-04-21 01:14:06 -07:00
db_tests.rs Require multibuffer excerpts to be ordered and nonoverlapping (#52364) 2026-04-01 17:25:32 +00:00
extension_tests.rs collab: Proxy GET /extensions to Cloud (#48717) 2026-02-08 05:05:34 +00:00
migrations.rs collab: Extract tests into integration tests crate (#47668) 2026-01-26 20:28:09 +01:00