mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 00:49:49 +01:00
Swift 4 support
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user