woowacourse-teams / 2024-friendogly

강아지 사회화 장려 앱 반갑개 🐶
14 stars 3 forks source link

[AN] refactor: Firebase 의존성 분리 및 파이어베이스 콜백 패턴 대신 코루틴으로 마이그레이션 #546

Closed junjange closed 3 weeks ago

junjange commented 3 weeks ago

이슈

개발 사항

github-actions[bot] commented 3 weeks ago

Test Results

10 tests  +1   10 :white_check_mark: +1   0s :stopwatch: ±0s  1 suites ±0    0 :zzz: ±0   1 files   ±0    0 :x: ±0 

Results for commit 69a77f77. ± Comparison against base commit 25be93e3.

This pull request removes 1 and adds 2 tests. Note that renamed tests count towards both. ``` com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 로컬 스토리지에 유효한 액세스 토큰이 없을 때, 로컬 스토리지에 토큰이 없다는 메시지 이벤트가 발생한다() ``` ``` com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 사용자 등록이 이미 된 경우, 소셜 로그인을 성공했을 때, 수신된 JWT를 로컬 저장소에 저장한다() com.happy.friendogly.presentation.ui.register.RegisterViewModelTest ‑ 새로운 유저일 때, 로컬 스토리지에 토큰이 없다는 메시지 이벤트가 발생한다() ```

:recycle: This comment has been updated with latest results.