Swift 4 support

This commit is contained in:
John Estropia
2017-06-09 11:25:28 +09:00
parent f618617053
commit 6e01a58c85
17 changed files with 116 additions and 69 deletions

View File

@@ -115,7 +115,7 @@ final class FetchTests: BaseTestDataTestCase {
try transaction.cancel()
},
success: {
success: { _ in
XCTFail()
},
@@ -246,7 +246,7 @@ final class FetchTests: BaseTestDataTestCase {
}
try transaction.cancel()
},
success: {
success: { _ in
XCTFail()
},