Skip to content

Commit

Permalink
🐛 파라미터 변경에 따른 테스트 실패 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmozzi committed Feb 19, 2024
1 parent 83d07e7 commit cdf14fd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ class UploadPostPresenterTests: XCTestCase {
let response = Models.FetchCurrentAddress.Response(addressInfo: [Models.AddressInfo(
administrativeArea: nil,
locality: nil,
subLocality: nil)])
subLocality: nil,
latitude: 0,
longitude: 0
)])

// when
sut.presentCurrentAddress(with: response)
Expand Down

0 comments on commit cdf14fd

Please sign in to comment.