Skip to content

Commit

Permalink
change mock interceptor name [FoKE-Developers#35]
Browse files Browse the repository at this point in the history
- 빌드 에러 해결
  • Loading branch information
DokySp committed Oct 9, 2024
1 parent f0f8e12 commit 11bcaff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import okhttp3.Interceptor
import okhttp3.Protocol
import okhttp3.Response

class MockInterceptor: Interceptor {
class WebClientMockInterceptor: Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
// TODO: make mock for test
return Response.Builder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import okhttp3.Interceptor
import okhttp3.Protocol
import okhttp3.Response

class MockInterceptor: Interceptor {
class ExternalCameraMockInterceptor: Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
// TODO: make mock for test
return Response.Builder()
Expand Down

0 comments on commit 11bcaff

Please sign in to comment.