diff --git a/Sources/Xcore/Swift/Helpers/Samples.swift b/Sources/Xcore/Swift/Helpers/Samples.swift index 4d8bf145a..fbb5edfb4 100644 --- a/Sources/Xcore/Swift/Helpers/Samples.swift +++ b/Sources/Xcore/Swift/Helpers/Samples.swift @@ -25,6 +25,9 @@ extension Samples { /// tests. public static let lastNameInitial = "S" + /// Returns a sample avatar url suitable to display in the previews and tests. + public static let avatarUrl = URL(string: "https://avatars.githubusercontent.com/u/621693")! + /// Returns a sample url suitable to display in the previews and tests. public static let url = URL(string: "https://www.example.com")!