mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-20 16:44:08 +01:00
Test mainContext fetching directly from PSC. Needs benchmarking esp. with merging
This commit is contained in:
@@ -394,7 +394,7 @@ final class FetchTests: BaseTestDataTestCase {
|
||||
]
|
||||
let object = stack.fetchOne(from, fetchClauses)
|
||||
XCTAssertNotNil(object)
|
||||
XCTAssertEqual(object?.testNumber, 3) // configuration
|
||||
XCTAssertEqual(object?.testNumber, 3) // configuration ambiguous
|
||||
|
||||
let objectID = stack.fetchObjectID(from, fetchClauses)
|
||||
XCTAssertNotNil(objectID)
|
||||
|
||||
Reference in New Issue
Block a user