server: Fix broken test from adding more Project fields

This commit is contained in:
Lucien Greathouse
2019-01-04 14:21:16 -08:00
parent 699e07a0f7
commit b5ae6a5785

View File

@@ -82,6 +82,8 @@ fn single_sync_point() {
Project {
name: "single-sync-point".to_string(),
tree: root_node,
serve_port: None,
serve_place_ids: None,
file_location: project_file_location.clone(),
}
};