Skip to content

Commit e886334

Browse files
Fix typo in test case name
Co-authored-by: Paolo Musolino <[email protected]>
1 parent 9cca958 commit e886334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/NetworkingTests/Remote/SiteRemoteTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ final class SiteRemoteTests: XCTestCase {
309309
XCTAssertEqual(response.url, "https://some-testing-url.testing.blog")
310310
}
311311

312-
func test_loadSite_by_domai_returns_error_upon_failure() async throws {
312+
func test_loadSite_by_domain_returns_error_upon_failure() async throws {
313313
// Given
314314
let domain = "example.com"
315315
network.simulateResponse(requestUrlSuffix: "sites/\(domain)", filename: "site-error")

0 commit comments

Comments
 (0)