This commit is contained in:
John Estropia
2020-08-19 08:32:18 +09:00
parent 204c4de1f6
commit d75029f54b
7 changed files with 28 additions and 16 deletions

View File

@@ -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>(),