Skip to content

Commit

Permalink
Fix failing Site Creator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salimbraksa committed Apr 25, 2023
1 parent 8bc84f7 commit a840090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class SiteCreatorTests: XCTestCase {
"domain_name": "domainName.com" as AnyObject,
"product_id": 42 as AnyObject,
"supports_privacy": true as AnyObject,
"is_free": true as AnyObject
]
creator.address = try! DomainSuggestion(json: domainSuggestionPayload)

Expand Down

0 comments on commit a840090

Please sign in to comment.