AOSSIE-Org / AOSSIE-Org/Resonate
[ENH] Implement Unit Tests for RoomService
Ouverte
enhancement
- Langage dominant
- Dart
- Étoiles
- 344
- Forks
- 350
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## Problem
Currently, the `RoomService` class lacks unit tests, identifying potential regressions in room management features is difficult.
## Solution
Implement unit tests for `RoomService` to ensure the reliability of room creation, joining, and deletion functionality.
## Tasks
- [x] Refactor `RoomService` for testability
- [x] Implement tests for `createRoom`
- [x] Implement tests for `joinRoom`
- [x] Implement tests for `deleteRoom`
- [x] Add necessary mocks
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.