mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-25 09:04:59 +01:00
Big update. Migration tools in progress
This commit is contained in:
@@ -43,7 +43,7 @@ class CoreStoreTests: XCTestCase {
|
||||
|
||||
func testExample() {
|
||||
|
||||
let stack = DataStack()
|
||||
let stack = DataStack(sourceBundles: NSBundle.allBundles() as? [NSBundle])
|
||||
CoreStore.defaultStack = stack
|
||||
XCTAssert(CoreStore.defaultStack === stack, "CoreStore.defaultStack === stack")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user