mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 11:21:18 +01:00
WIP: allow migrations for CoreStoreObjects
This commit is contained in:
@@ -57,8 +57,8 @@ class DynamicModelTests: BaseTestDataTestCase {
|
||||
func testDynamicModels_CanBeDeclaredCorrectly() {
|
||||
|
||||
let dataStack = DataStack(
|
||||
dynamicModel: DynamicModel(
|
||||
version: "V1",
|
||||
CoreStoreSchema(
|
||||
modelVersion: "V1",
|
||||
entities: [
|
||||
Entity<Animal>("Animal"),
|
||||
Entity<Dog>("Dog"),
|
||||
|
||||
Reference in New Issue
Block a user