Skip to content

Commit

Permalink
[IDLE-000] 테스트코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Sep 7, 2024
1 parent fb60839 commit f1b24e8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ class SaveUserInfoDataTests: XCTestCase {
expYear: nil,
address: .init(roadAddress: "test", jibunAddress: "test"),
introductionText: "test",
specialty: "test"
specialty: "test",
longitude: 0.0,
latitude: 0.0
)
)

Expand Down

0 comments on commit f1b24e8

Please sign in to comment.