Skip to content

Commit

Permalink
refactoring test
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Jun 10, 2015
1 parent a580ff2 commit 61353bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FutureTests/TestUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,4 @@ func checkFutureShouldNotBeCompleted<T, Error>(f: Future<T, Error>) {
XCTAssertFalse(f.isCompleted, "Future should not be Completed")
XCTAssertFalse(f.isSuccess, "Future should not be Success")
XCTAssertFalse(f.isFailure, "Future should not be Failure")
//XCTAssertNil(f.value, "Future should return nil value")
//XCTAssertNil(f.error, "Future should return nil error")
}
}

0 comments on commit 61353bf

Please sign in to comment.