We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca958 commit e886334Copy full SHA for e886334
Networking/NetworkingTests/Remote/SiteRemoteTests.swift
@@ -309,7 +309,7 @@ final class SiteRemoteTests: XCTestCase {
309
XCTAssertEqual(response.url, "https://some-testing-url.testing.blog")
310
}
311
312
- func test_loadSite_by_domai_returns_error_upon_failure() async throws {
+ func test_loadSite_by_domain_returns_error_upon_failure() async throws {
313
// Given
314
let domain = "example.com"
315
network.simulateResponse(requestUrlSuffix: "sites/\(domain)", filename: "site-error")
0 commit comments