Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions Modules/Sources/Fakes/Networking.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -452,25 +452,6 @@ extension Networking.Customer {
)
}
}
extension Networking.DomainContactInfo {
/// Returns a "ready to use" type filled with fake values.
///
public static func fake() -> Networking.DomainContactInfo {
.init(
firstName: .fake(),
lastName: .fake(),
organization: .fake(),
address1: .fake(),
address2: .fake(),
postcode: .fake(),
city: .fake(),
state: .fake(),
countryCode: .fake(),
phone: .fake(),
email: .fake()
)
}
}
extension Networking.DotcomSitePlugin {
/// Returns a "ready to use" type filled with fake values.
///
Expand Down
Loading