Fininsh config -> metadata migration

This commit is contained in:
Lucien Greathouse
2019-01-01 15:59:26 -08:00
parent 3be5988083
commit 20e9688268
5 changed files with 38 additions and 28 deletions

View File

@@ -66,6 +66,7 @@ fn single_sync_point() {
class_name: "ReplicatedStorage".to_string(),
children: replicated_storage_children,
properties: HashMap::new(),
metadata: Default::default(),
});
let mut root_children = HashMap::new();
@@ -75,6 +76,7 @@ fn single_sync_point() {
class_name: "DataModel".to_string(),
children: root_children,
properties: HashMap::new(),
metadata: Default::default(),
});
Project {