3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Rename Result protocol to avoid name conflict with Swift native Result enum #253

Closed mkll closed 4 years ago

mkll commented 5 years ago

CircleCI test failed due to HTTP 404 on this:

  func testImageDownloadWithWeirdCharacters() {
        let networking = Networking(baseURL: "https://rescuejuice.com")
        let path = "/wp-content/uploads/2015/11/døgnvillburgere.jpg"
        ...

(in DownloadTests.swift)

3lvis commented 4 years ago

Oh

3lvis commented 4 years ago

Fixing