mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-11 04:11:48 +02:00
Initial prototype for Swift 6 mode
This commit is contained in:
@@ -35,6 +35,7 @@ import CoreStore
|
||||
class ConvenienceTests: BaseTestCase {
|
||||
|
||||
@objc
|
||||
@MainActor
|
||||
dynamic func test_ThatDataStacks_CanCreateFetchedResultsControllers() {
|
||||
|
||||
self.prepareStack { (stack) in
|
||||
@@ -62,6 +63,7 @@ class ConvenienceTests: BaseTestCase {
|
||||
}
|
||||
|
||||
@objc
|
||||
@MainActor
|
||||
dynamic func test_ThatUnsafeDataTransactions_CanCreateFetchedResultsControllers() {
|
||||
|
||||
self.prepareStack { (stack) in
|
||||
|
||||
Reference in New Issue
Block a user