@@ -61,7 +61,7 @@ class AlamofireDownloadResponseTestCase: XCTestCase {
// XCTAssertGreaterThan(data.length, 0, "data length should be non-zero")
}
- waitForExpectationsWithTimeout(10){ error in
+ waitForExpectationsWithTimeout(10) { (error) in
XCTAssertNil(error, "\(error)")
@@ -62,7 +62,7 @@ class AlamofireRequestResponseTestCase: XCTestCase {
XCTAssertNil(error, "error should be nil")
@@ -40,7 +40,7 @@ class AlamofireJSONResponseTestCase: XCTestCase {
XCTAssertEqual(JSON!["args"] as NSObject, ["foo": "bar"], "args should be equal")