Skip to content

Commit a0b6e52

Browse files
committed
test: Apple 이름 변환 테스트의 로케일 의존 제거
1 parent 520c139 commit a0b6e52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Application/Infra/Tests/Service/FunctionAPIEndpointTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ struct FunctionAPIEndpointTests {
8484
func Apple_이름은_custom_token_요청용_display_name으로_변환한다() {
8585
var fullName = PersonNameComponents()
8686
fullName.givenName = "Apple"
87-
fullName.familyName = "User"
8887

89-
#expect(fullName.displayName == "Apple User")
88+
#expect(fullName.displayName == "Apple")
9089
}
9190

9291
@Test("비어 있는 Apple 이름은 display name으로 변환하지 않는다")

0 commit comments

Comments
 (0)