7 lines
145 B
Swift

import Foundation
public extension URL {
/// An example `URL` used in tests.
static let example = URL(string: "https://example.com")!
}