Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sxg committed Mar 15, 2019
2 parents e4c05f7 + 39b0204 commit 16473a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ResultTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ class ResultTests: XCTestCase {
XCTAssertNotNil(anError)
}

func testFailureResultMissingResponse() {
func testFailureResultMissingHeaders() {
// Given
let result = Result<Forecast>.failure(ForecastIOError.missingResponse)
let result = Result<Forecast>.failure(ForecastIOError.missingHeaders)

// When
let (aForecast, aRequestMetadata) = result.value
Expand Down

0 comments on commit 16473a7

Please sign in to comment.