Skip to content

Commit 000eb38

Browse files
author
Alexey Naumov
committed
Fix failing test in iOS 17
1 parent 231a47f commit 000eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/Repositories/WebRepositoryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ extension TestWebRepository {
146146

147147
var path: String {
148148
if self == .urlError {
149-
return "😋😋😋"
149+
return "\\"
150150
}
151151
return "/test/path"
152152
}

0 commit comments

Comments
 (0)