1 parent 520c139 commit a0b6e52Copy full SHA for a0b6e52
1 file changed
Application/Infra/Tests/Service/FunctionAPIEndpointTests.swift
@@ -84,9 +84,8 @@ struct FunctionAPIEndpointTests {
84
func Apple_이름은_custom_token_요청용_display_name으로_변환한다() {
85
var fullName = PersonNameComponents()
86
fullName.givenName = "Apple"
87
- fullName.familyName = "User"
88
89
- #expect(fullName.displayName == "Apple User")
+ #expect(fullName.displayName == "Apple")
90
}
91
92
@Test("비어 있는 Apple 이름은 display name으로 변환하지 않는다")
0 commit comments