Skip to content

Commit

Permalink
refactor: 테스트코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
songpink committed Aug 22, 2024
1 parent 1f44427 commit 558d835
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ class FakeAuthRepository : AuthRepository {
override suspend fun saveRefresh(): Result<Unit, DataError.Network> {
TODO("Not yet implemented")
}

override suspend fun saveSignup(ci: String): Result<Member, DataError.Network> {
TODO("Not yet implemented")
}
}

0 comments on commit 558d835

Please sign in to comment.