Skip to content

Commit

Permalink
feat : 테스트를 위해 파일수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Feb 14, 2024
1 parent 3c159a4 commit 42472e5
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 @@ -28,7 +28,7 @@ struct MockFailStoreRepository: StoreRepository {

// 임시 메소드
func getStoreInformation(location: Location, keyword: String) -> RxSwift.Observable<[KCS.Store]> {
return Observable<[]>
return Observable<[KCS.Store]>
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct MockSuccessStoreRepository: StoreRepository {

// 임시 메소드
func getStoreInformation(location: Location, keyword: String) -> RxSwift.Observable<[KCS.Store]> {
return Observable<[]>
return Observable<[KCS.Store]>
}

}

0 comments on commit 42472e5

Please sign in to comment.