mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-31 06:23:10 +02:00
WIP
This commit is contained in:
@@ -64,7 +64,7 @@ class ConvenienceTests: BaseTestCase {
|
||||
|
||||
self.prepareStack { (stack) in
|
||||
|
||||
_ = withExtendedLifetime(stack.beginUnsafe()) { (transaction: UnsafeDataTransaction) in
|
||||
withExtendedLifetime(stack.beginUnsafe()) { (transaction: UnsafeDataTransaction) in
|
||||
|
||||
let controller = transaction.createFetchedResultsController(
|
||||
From<TestEntity1>(),
|
||||
|
||||
Reference in New Issue
Block a user