mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 07:06:12 +00:00
server: Fix broken test from adding more Project fields
This commit is contained in:
@@ -82,6 +82,8 @@ fn single_sync_point() {
|
|||||||
Project {
|
Project {
|
||||||
name: "single-sync-point".to_string(),
|
name: "single-sync-point".to_string(),
|
||||||
tree: root_node,
|
tree: root_node,
|
||||||
|
serve_port: None,
|
||||||
|
serve_place_ids: None,
|
||||||
file_location: project_file_location.clone(),
|
file_location: project_file_location.clone(),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user