提交 8e61a926 编写于 作者: M Mattt Thompson

Minor formatting

上级 a34db8ca
......@@ -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")
}
waitForExpectationsWithTimeout(10){ error in
waitForExpectationsWithTimeout(10) { (error) in
XCTAssertNil(error, "\(error)")
}
}
......
......@@ -40,7 +40,7 @@ class AlamofireJSONResponseTestCase: XCTestCase {
XCTAssertEqual(JSON!["args"] as NSObject, ["foo": "bar"], "args should be equal")
}
waitForExpectationsWithTimeout(10){ error in
waitForExpectationsWithTimeout(10) { (error) in
XCTAssertNil(error, "\(error)")
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册